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,
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to