Open AadityaNair opened 6 years ago
Fixing this requires moving away from the BlockingScheduler
and use atleast the BackgroundScheduler
.
Also, we need to have some process already scheduled that actually adds jobs from the database.
I reckon an RPC server listening on localhost would be the simplest to implement
Currently we use a blocking scheduler from
apscheduler
. That limits us to only add jobs before the scheduler has to start. This is pretty big limitation.