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.
No comments:
Post a Comment