Many teams use Rundeck for scheduled jobs and runbook automation. It gives you a nice UI and a measure of governance around the process. https://docs.rundeck.com/docs/learning/
Rundeck is a pretty good tool to schedule, save logs and the like.
At my work we have a rundeck server connect via ssh to differents vm and execute the script there, you can configure alarms, parallel execution, plenty of steps it's pretty good you should try it out.
that's sadly what we do nowadays, but this is quite an hack somehow; there are hard limits in the monitoring features, not a lot of overview analytics viz too.
Our core issue is that it is a too much tech software, we would like to have PM/PO looking at the health status of things. We could build a dashboard about jobs status elsewhere for sure. But we are hoping to find a better tech to deliver, run and monitor jobs, all in one.
[+] [-] LikeAnElephant|4 years ago|reply
[+] [-] XCSme|4 years ago|reply
[+] [-] jorislacance|4 years ago|reply
[+] [-] ezekg|4 years ago|reply
[+] [-] jorislacance|4 years ago|reply
[+] [-] zbentley|4 years ago|reply
[+] [-] threecheese|4 years ago|reply
[+] [-] jorislacance|4 years ago|reply
[+] [-] chudi|4 years ago|reply
At my work we have a rundeck server connect via ssh to differents vm and execute the script there, you can configure alarms, parallel execution, plenty of steps it's pretty good you should try it out.
[+] [-] jorislacance|4 years ago|reply
[+] [-] vyrotek|4 years ago|reply
We use Azure Timer Functions and/or Logic Apps to run and monitor our jobs. All of those languages are supported.
[+] [-] jorislacance|4 years ago|reply
Some jobs have crazy deps, like puppeteer or selenium, I wonder if you can setup complex environment dependencies with FaaS (docker base image maybe?)
[+] [-] aprdm|4 years ago|reply
[+] [-] jorislacance|4 years ago|reply
Our core issue is that it is a too much tech software, we would like to have PM/PO looking at the health status of things. We could build a dashboard about jobs status elsewhere for sure. But we are hoping to find a better tech to deliver, run and monitor jobs, all in one.
[+] [-] recov|4 years ago|reply
[+] [-] jorislacance|4 years ago|reply
[+] [-] rozenmd|4 years ago|reply
[+] [-] jorislacance|4 years ago|reply
[+] [-] rahimnathwani|4 years ago|reply
dogwrap (command-line tool for datadog) to monitor them
[+] [-] jorislacance|4 years ago|reply
How do you deal with the CICD/delivery of your CRON code then using crontab?