from Hacker News

Ask HN: Web-based Python script scheduler?

by dot1x on 10/27/20, 3:29 PM with 3 comments

I am looking for a framework that allows me to:

- Schedule python script X to run every Y amount of time - Can keep track of failed job IDs and maybe repeat them - Has a web interface that allows the user to see past job runs, output from the script, etc.

Does something like this exist?

  • by merciBien on 10/27/20, 10:35 PM

    I hate to sound old-school, but Jenkins sounds perfect for your use case, with scheduled jobs, job retries and job history built-in. Reading the Jenkins install docs on https://www.jenkins.io/download then googling “Jenkins run python” should give enough info to get your scripts running.
  • by welder on 10/27/20, 10:33 PM

    GitHub Actions
  • by bitfhacker on 10/27/20, 7:46 PM

    Hi! Take a look at Wooey.