Currently, I am redoing all of our tasks for database orchestration (ETL, backups, daily tasks, report compilation, etc.).
To do this, I will need a task / task manager where I can determine the dependencies of tasks, tasks based on time, asynchronous tasks, etc.
I looked at celery and streaming programming technologies, but I'm not sure if they are good for my use case.
I look more at a framework that will support all these things out of the box. Any suggestions?
source share