Cron Jobs
Schedule recurring tasks with cron expressions—reliable runs on the gateway schedule, not a laptop crontab.
Nightly reports, cleanup scripts, and periodic syncs.
What you get
Select a facet to see how Cron Jobs works in practice.
Cron expressions
Define when the job should run. Isoward starts a one-shot container on schedule, streams logs, and records success or failure on the service.
Schedule example
# Every day at 06:00 UTC
schedule: 0 6 * * *
# Dashboard → New → Cron Job
startCommand: node scripts/nightly.jsStart with Cron Jobs
Deploy on Isoward Cloud or run the same workflow on metal you control.