I have a bunch of python scripts that I’d like to be able to configure and run hourly or daily.
Right now, if I need to update them, add a new one, check the logs, I need to SSH into the server and work from the commandline.
Is there any existing service I can install on a linux VM that will give me a simple web UI for creating, managing, debugging these kinds of cron tasks?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hello,
You could give this one a try:
https://github.com/alseambusher/crontab-ui
It supports all of the functionality that you’ve mentioned.
Though I would recommend just using the good old way and edit your cronjobs via SSH.
Hope that this helps! Regards, Bobby
https://www.seamlesscloud.io/ - tool for running Python scripts in the cloud. There is a free-tier account. May be useful for your use case.
https://dkron.io/ Author here, looks it can be useful for you