havn cron

Automation

Schedule and manage recurring jobs

Define cron jobs that run inside your application's environment. View execution history, retry failed runs, and receive alerts on repeated failures.

havn cron add "<schedule>" <command> | havn cron list
  • Standard cron expression syntax
  • Full execution history
  • Manual trigger for any job
  • Retry on failure with backoff
  • Timeout & concurrency controls
~ havn-shell
$ havn cron add "0 2 * * *" "node scripts/cleanup.js"
✔ Cron job added (ID: cron_8f2a)

$ havn cron list
ID        SCHEDULE     COMMAND                LAST RUN   STATUS
cron_8f2a 0 2 * * *   node scripts/cleanup.js 02:00:04   ✔ ok