I want to run multiple instances of APScheduler pointing to one common persistent job DB. Is it possible to run in that way?? I also mean that the jobs in the DB get shared among the Scheduler instances and at a point there is only one instance executing a scheduled job.
Asked
Active
Viewed 1,023 times
1 Answers
2
This looks like an old question but I'll answer it anyway. No, it's not (yet) possible to run APScheduler in that manner yet due to lack of a synchronization/locking mechanism to that end.

Alex Grönholm
- 5,563
- 29
- 32
-
Hei Alex. It has been a year and ver 3 was released was that support added in any way and how to use it? – madisvain Jan 17 '16 at 01:03
-
1There is no such support. I'm not sure when or if it will be added. – Alex Grönholm Jan 18 '16 at 02:00