job scheduler in pega
What is Job Scheduler? As the name implies it is used to schedule jobs. Job scheduler got introduced on Pega infinity (Pega 8) release and set to replace the advanced agent rules. It belongs to SysAdmin category. Create a new Job Scheduler Records -> SysAdmin -> Job Scheduler -> Create new Note: If you don’t see it in admin studio, make sure to update the System Runtime Context or AsyncProcessor requestor type context. Trace the Job scheduler. Similar to agent tracing, you can trace your Job scheduler from the admin studio. 2. Disable the Job Scheduler from admin studio. You can use the Override link, to disable any running Job Scheduler. I just clicked the override link and you see it is disabled and next run is not applicable. There may be some scenarios where you need to disable the job schedulers. How to start / stop jobs using Pega API? Step 1: Switch to admin studio -> resources -> APIs You can find the APIs for job schedulers, que...