I know this question has already been asked and if you run two instances of the celery beat scheduler, your workers are bound to receive tasks twice. The thing is, I need to somehow get around this and I am kind of lost as to how to proceed. Isn't it possible to assign to each scheduler a subset of all the existing schedules, given I'm using a database to store them? This all, using celery beat, of course.
Thanks in advance for the responses!