Question
Web interface for CRON jobs?
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?
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.
×