| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The reliable cron platform — schedule, run, and monitor your jobs in one place. EU-hosted, infrastructure-as-code first.
SteadyCron unifies the two halves of scheduled work that teams usually bolt together from crontabs, cloud schedulers, and a separate uptime monitor:
version: 2
namespace: prod
jobs:
- id: weekly-digest
kind: http
method: POST
url: https://api.myapp.com/jobs/digest
schedule: "0 9 * * 1"
timezone: Europe/Berlin
retries: 3
rules:
- { channel: ops-email, trigger: on_failure }croncli sync ./jobs.yamlGet a plan diff on every pull request via the SteadyCron GitHub Action; apply on merge. Renames preserve heartbeat tokens, signing secrets, and execution history — reconcile updates in place, it never recreates.
| Back | FazBrowse Home | New Git URL |