Thursday, 11 May 2017

Retry Celery tasks with exponential back off from a node.js worker

In Celery task queue manager there is a way to do delayed retries using Python worker.

Is there a way to do it from a node.js worker?

Hint: the node.js worker approach via AMQP is described here.



via Vasyl Boroviak

No comments:

Post a Comment