Open Source Job Scheduler with REST API

Unknown picture Unknown · Dec 5, 2013 · Viewed 17.6k times · Source

Are there any open source Job Scheduler with REST API for commercial use which will support features like:

  • Tree like Job dependency
  • Hold & Release
  • Rerun failed steps
  • Parallelism

Help would be appreciated :)

NOTE: we are looking for open source alternative for TWS,Control-M,AutoSys.

Answer

Youri picture Youri · Oct 5, 2014

ProActive Scheduler is an open source job scheduler.

  • It is part of OW2 organization
  • It is written in Java so it comes with a Java and a REST API
  • It provides workflows that are set of tasks with dependencies and more (loop,replicate, branch), upon failures you can control if the task should be cancelled or restarted
  • Parallelism and distribution is at the heart of it, with features like for instance

Commercial Support is provided by Activeeon, the company behind ProActive (full disclosure: I work for Activeeon).