Run Cron

This SDK can be used to execute a cron. The cron once executed will immediately submit the associated job to the job Pool. This can be done by passing the cron id or name to the run() SDK method.

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

job = job_scheduling.CRON.run(‘1234567890’) # run cron with cron Id

    
copy

job = job_scheduling.CRON.run(’test_cron’) # run cron with cron name

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