Open Source Job Scheduler with REST API

◇◆丶佛笑我妖孽 提交于 2019-12-07 01:09:09

问题


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.


回答1:


JobScheduler would seem to meet your requirements:

  • Open Source see: Open Source and Commercial Licenses
  • Rest API see: Web Service Integration
  • Parallelism see: Organisation of Jobs and Job Chains

I think that these areas are also covered (I downloaded and trialled the application): See here

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

I'm not affiliated with SOS GmbH




回答2:


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).




回答3:


You might be interested in DKron

Dkron is a system service that runs scheduled jobs at given intervals or times, just like the cron unix service but distributed in several machines in a cluster. If a machine fails (the leader), a follower will take over and keep running the scheduled jobs without human intervention. Dkron is Open Source and freely available.

http://dkron.io/



来源:https://stackoverflow.com/questions/20393613/open-source-job-scheduler-with-rest-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!