I am currently redoing all our database orchestration jobs (ETL, backups, daily tasks, report compilation, etc.)
To do that, I would need a task/job orchestrator where I can define tasks dependency, time based tasks, async tasks, etc.
I was looking at celery and Flow Based Programming technologies but I am not sure these are good for my use case.
I am looking more at a framework that would support all these things out of the box. Any suggestions?