Resume Cron

This SDK method can be used to resume the operations of a cron that had been previously paused. This can be done by passing the paused cron id or name to the resume() SDK method.

Note: You can use this method to update details of both Pre-Defined Crons and Dynamic Crons.
    
copy

resumed_cron = job_scheduling.CRON.resume(‘1234567890’) # enable a cron with the cron Id

    
copy

resumed_cron = job_scheduling.CRON.resume(’test_cron’) # enable a cron with the cron name

Last Updated 2025-06-20 16:21:48 +0530 +0530