Distributed Celery scheduler
问题 I'm looking for a distributed cron-like framework for Python, and found Celery. However, the docs says "You have to ensure only a single scheduler is running for a schedule at a time, otherwise you would end up with duplicate tasks", Celery is using celery.beat.PersistentScheduler which store the schedule to a local file. So, my question, is there another implementation than the default that can put the schedule "into the cluster" and coordinate task execution so that each task is only run