Jobs
A job in Seiri is any script, worker, or CronJob that should check in when useful work finishes.
Pattern
- Create a Periodic or Cron webhook under Core → Webhooks.
- Copy the endpoint URL.
- At the end of the job, GET/POST
/success(or/failon error). - Watch Dashboard, webhook stats, or Services → Cron Jobs.
Examples
- Nightly backups and ETL
- Queue workers / Sidekiq / Celery beats
- Kubernetes CronJobs (HTTP ping and/or Kubernetes agent)
- Locked-down hosts via email heartbeats
Canonical recipe: Integrate a job.