Skip to content
ptweezy edited this page Jun 21, 2026 · 4 revisions

yacron2 Wiki

yacron2 is a cron replacement built on asyncio for POSIX systems. Its "crontab" is written in YAML, so jobs, schedules, and behavior are all declared in configuration: it reports job failures by email, Sentry, or shell command; retries failing jobs with exponential backoff; emits job metrics to statsd; and can expose an optional HTTP control API to inspect status and trigger jobs on demand. It runs in the foreground, logs to stdout/stderr, and supports arbitrary timezones, which suits Docker, Kubernetes, and 12-factor deployments. yacron2 is a fork of gjcarneiro/yacron (by Gustavo Carneiro), continuing development from version 0.19.

Contents

Getting Started

Configuration

Job Behavior

Integrations

Reference and Development

Clone this wiki locally