Resume CronJobs
If your CronJobs are suspended, then you'll have the opportunity to resume them.
Resuming CronJobs will queue jobs that haven't been started matching your scheduling rules.
It is recommended to leave CronJobs in the suspended state until any workloads have completed which may write to the database as the operation takes place. See the CLI resilience for backup and restore operations changelog post for an example of how to implement this in a GitHub Actions workflow.
Usage
$ skpr cron resume dev
All Cron tasks have been resumed.
More Information
$ skpr cron resume --help
usage: skpr cron resume <environment>
Resume all Cron tasks
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
Args:
<environment> Environment name.
What's next?
After resuming CronJobs, consider one of the following: