Open Source Job Scheduler with REST API
Asked Answered
I

4

8

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.

Idol answered 5/12, 2013 at 7:7 Comment(0)
B
4

JobScheduler would seem to meet your requirements:

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

Beverie answered 5/12, 2013 at 11:20 Comment(2)
the job scheduler link is brokenBabyblueeyes
The app is still there on sos-berlin.com/enLeges
D
4

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

Dyanna answered 5/10, 2014 at 16:50 Comment(1)
The company web site is activeeon.com and the github repo is here github.com/ow2-proactive/schedulingInsolence
D
4

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/

Doodlebug answered 30/9, 2016 at 15:19 Comment(0)
K
-1

While not open source, a more cost effective job scheduler solution with REST API and support for the features listed is ActiveBatch workload automation and job scheduling. I do work for the company (being up-front) but our customers love how they can easily extend their automated processes to connect to any application, any service, any server with our REST API adapter. You can get more information here: https://www.advsyscon.com/en-us/activebatch/rest-api-adapter

Koal answered 27/12, 2020 at 18:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.