Hacker News new | ask | show | jobs
by aeyes 1154 days ago
Even though it won't help you now, instead of celery-once I highly recommend using the celery-redbeat scheduler which uses a distributed lock to ensure that only one scheduler instance is active. It's plug&play and compatible with all the traditional task scheduling methods which beat supports.
1 comments

That doesn't help in this particular case when the zombie node is running old code that can't be modified.