Scheduler with monitoring features

I have several Java applications that implement an ETL helper function. They should run every X minutes. This is a good task for cron, but I also need to keep track of them - when the previous launch started, how long it took, if it failed, when the next launch starts, etc. Can you advise some planning tool with the described functions?

I will also be interested to know what planning software is used in your company and what problems it solves.

UPDATE. Guys, I need a stand-alone application, not planning inside existing ones. I don’t need to read tons of magazines and research them - just know that something is breaking down with the planned work.

+3
source share
7 answers

What you need is a work monitor, and it depends on what tasks you are trying to control: I suggest you take a look at the following options: http://www.quartzdesk.com/ - for quartz tasks http: // jenkins-ci. org / - is actually a ci server, but can be used to monitor tasks http://www.nagios.org/ - for system tasks

+3
source

In our team we use Quartz Schedulder . Everyone likes it because it is simple and scalable, but I never used it, so I can’t talk about it anymore.

, .

+1

, JAMon AppDynamics ( , ). , - Java.

cron, Quatrtz scheduler , - .

/ Log4j viewer, (), Otros, LogMX ( ). google "java log viewer" .

" " , , .

0

Optaplanner , , , . Java .

0

, ATrigger. , . REST-API , Java.

. , . , .

0

All Articles