Skip to content
@steadycron

SteadyCron

SteadyCron

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:

  • HTTP execution — we run your scheduled HTTP jobs with retries, timeouts, and a full audit trail.
  • Heartbeat monitoring — watch jobs already running on your own infrastructure and alert on missed or failed runs.
  • Cron as code — define every job, channel, and alert rule in a version-controlled manifest and reconcile it from CI.

Cron as code

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.yaml

Get 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.

Why SteadyCron

  • EU-hosted, GDPR-native — German entity, Hetzner infrastructure, clean DPA. No data leaves the EU.
  • Execution and monitoring in one product — one dashboard, one alerting pipeline, instead of two tools that don't talk to each other.
  • Built for teams that version-control their infra — clean REST API, CLI, a generic webhook channel, and a public status badge per job.

Links

Popular repositories Loading

  1. cli cli Public

    Official CLI for SteadyCron — manage cron jobs and heartbeat monitors as code from a YAML manifest.

    C#

  2. .github .github Public

  3. action action Public

    Monitor cron jobs, HTTP executions, and heartbeats natively from your workflows. Manage your monitoring configurations entirely as code (IaC).

  4. terraform-provider-steadycron terraform-provider-steadycron Public

    Terraform provider to manage and automate SteadyCron monitors, cron jobs, heartbeats, and HTTP execution alerts.

    Go

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…