(no title)
ohnoesjmr | 2 years ago
I've been looking for software in that space, a thing that runs cronjobs, with ability to kick off adhoc runs from some UI, see what is running, and if possible parameterise the custom runs (i.e., run an ad-hoc report for a different client than usual cron does)
8organicbits|2 years ago
For jobs run by data analysts, airflow and python work great. For devops jobs, begrudgingly, Jenkins or GitHub Actions. But there's so many varieties.
baq|2 years ago
I almost suffocated from all the yaml typing this, but unfortunately it’s the baseline.
unknown|2 years ago
[deleted]
djbusby|2 years ago
fukawi2|2 years ago
sciurus|2 years ago
magarnicle|2 years ago
Plus, Jenkins has a few nice extensions to the crontab, including setting a timezone and using "H" to spread job execution load.