TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Web-based Python script scheduler?

2 pointsby dot1xover 4 years ago
I am looking for a framework that allows me to:<p>- 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.<p>Does something like this exist?

3 comments

merciBienover 4 years ago
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 <a href="https:&#x2F;&#x2F;www.jenkins.io&#x2F;download" rel="nofollow">https:&#x2F;&#x2F;www.jenkins.io&#x2F;download</a> then googling “Jenkins run python” should give enough info to get your scripts running.
welderover 4 years ago
GitHub Actions
bitfhackerover 4 years ago
Hi! Take a look at Wooey.