0 11 1 * *
represents “first day of every month at 11:00 AM”, or
30 9 * * 1
represents “every Monday at 9:30 AM”
We can use a site like https://crontab.guru/ to tryout cron expression and get a human-readable description of the same.
Forbid
: This is the default. Do not allow concurrent runs.Allow
: Allow jobs to run concurrently.Replace
: Replace the current job with the new one.