Hi Vishal,
you are starting/stopping pilots in an endless loop which very likely
overwhelmed the Redis Server a bit.
BigJob used 1 Redis connection per pilot so far. In the develop branch
I introduced connection pooling for the Redis connection. Can you give
it another try with that version, please?
You can install the dev version with:
easy_install bigjob2
(please uninstall the prod version first).
Please let me know whether this helps.
Thanks,
Andre