eNMS icon indicating copy to clipboard operation
eNMS copied to clipboard

Replace APScheduler with Celery+Redis to decouple execution from the local eNMS

Open shorton3 opened this issue 7 years ago • 1 comments

Currently, APScheduler couples the execution of services with the eNMS node, since APScheduler is only capable of managing local executions on a single instance. Celery+Redis would decouple the execution of services and create its own cluster of execution nodes. These would act as a load balanced pool and would be immune to a single node failure. This fixes the issue of what to do with scheduled tasks on a node that has failed.

shorton3 avatar Jan 25 '19 19:01 shorton3

But Celery has so many issues not resolve. Maybe you can try the Dramatiq(https://github.com/Bogdanp/dramatiq)?

blackstrip avatar Jan 14 '21 08:01 blackstrip