[BangPypers] How to configure python celery in active standby mode
anu sree
anusree.a04 at gmail.com
Thu Nov 24 02:33:55 EST 2016
Hi,
How to configure python celery scheduler in active standby mode.
I have 2 nodes setup:
Node-1: Running celery worker and rabbitmq server
Node-2: Running celery worker pointing to rabbitmq server in node-1
Requirement:
I want to run a periodic task in this setup and that task should run when
node-1 or node-2 goes down.
How to do it ?
I have seen that, we can run celery scheduler in one node. But periodic
task will not run if that node goes down.
Thanks,
More information about the BangPypers
mailing list