Skip to content

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. There is an example of how you can implement this in a blog post.

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: