简体   繁体   中英

Job orchestration

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?

Probably to late, but I wanted to mention Job runner for possibly other people arriving at this question.

From their GitHub repository README.rst:

Job-Runner is a crontab like tool, with a nice web-frontend for administration and (live) monitoring the current status.

Features:

  • Schedule recurring jobs
  • Chaining of jobs
  • Load-balance workers by putting them in a pool
  • Schedule jobs to run on all workers within a pool
  • Live dashboard (with option to kill runs and ad-hoc scheduling)
  • Multiple projects and per-project permission management

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM