Pakyas detects missing, late, and long-running jobs using execution signals, not polling.
$ curl -sSL https://pakyas.com/install.sh | sh
$ pakyas login
$ pakyas check create nightly-backup --cron "0 2 * * *" # daily at 2AM
Created check: Nightly Backup
Schedule: 0 2 * * * (UTC)
Grace: 5m (auto)
Ping URL: https://ping.pakyas.com/abc123
$ pakyas monitor nightly-backup -- ./backup.sh
pakyas login opens your browser for secure authentication.
No credit card required • Works with any scheduler • CLI-first automation
By the time you notice, data is already missing.
Pakyas makes job failures impossible to miss.
Works with any language, any scheduler, any environment.
Wrap any command. Pakyas automatically sends start and finish pings, tracks duration, captures stderr, and preserves your exit code.
pakyas monitor daily-backup -- ./backup.sh
Run Pakyas alongside healthchecks.io, Cronitor, or webhooks during migration. No downtime.
→ Read the migration guidecurl -fsS https://ping.pakyas.com/uuid
Use when you want full control or don't want a CLI dependency.
Get started in three simple steps
curl -sSL https://pakyas.com/install.sh | sh pakyas login
pakyas check create health-check --every 5m
You can also use cron schedules for exact timing.
pakyas monitor health-check -- ./check-services.sh
That's it. No background services to run.
Prefer raw HTTP? You can also ping Pakyas with curl.
Differentiation without bloat
Zero code changes. Wrap your command and you're done.
Detect slow jobs and regressions with start → finish timing.
View failure reason in dashboard. No SSH, no log digging.
Public or private. Per project. No extra service needed.
Ping Pakyas and your existing monitor in the same run.
Simple curl-compatible pings. No SDK lock-in.
Common ways teams use Pakyas in production.
Pakyas monitors jobs that are expected to run on a schedule and alerts you when they fail, run too long, or don't run at all.
Get alerted when scheduled jobs fail, run too long, or never execute.
pakyas monitor nightly-job -- ./script.sh
Know immediately when your database backup fails or doesn't run.
pakyas monitor pg-backup -- pg_dump mydb > backup.sql
Ensure business-critical reports are generated on time, every time.
pakyas monitor weekly-report -- ruby report.rb
Detect silent failures and delays in long-running data pipelines.
pakyas monitor etl-pipeline -- python pipeline.py
Get alerts when Kubernetes CronJobs fail or don't run as expected.
command: ["pakyas", "monitor", "k8s-cronjob", "--", "/app/run.sh"]
Catch failures in routine maintenance before they cause incidents.
pakyas monitor cleanup-task -- ./cleanup.sh
Don't see your workflow?
Pakyas doesn't care where your jobs run. Only that they finish.
CLI + API + templates. Monitoring in minutes, not hours.
Smart lateness, sane defaults, and clear incident context.
Pings land fast from anywhere, even during spikes.
Handles bursts, retries, and large fleets without slowing down.
Start free. Upgrade only when your jobs become critical.
Alerts are delivered freely. Interruption is limited by design.
For personal & side projects For personal & side projects
For production workloads For production workloads
No credit card required. No per-check fees. No alert storms. Cancel anytime.
Why Pakyas isn’t the cheapest
No credit card • Setup in under a minute