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.
source
share