Job Scheduler In Admin Studio

Hi,

I have some queries with Job Scheduler settings in Admin studio. I am using Pega 8.7 version Personal Edition.
I created one Job Scheduler, now I want to disable that job Scheduler.

For disabling we have 2 options:-

  1. We have option in Dev Studio inside Definition tab of job scheduler. Enable Job Scheduler.

  2. And from Admin Studio → Jobs–> Job Schedulers, In State column I see two options Enable Override.

a) How we can disable job Scheduler from Admin studio?

b) If we disable job scheduler from DEV studio it is disabled or it will keep executing called activity in background.

c) Which one is best practice for disabling job scheduler.

@AbhishekC1725

The best practice for disabling a job scheduler depends on the context.

  • If you need to temporarily disable a job scheduler, we use the “Override” option in Admin Studio. This allows you to disable the scheduler without changing its definition permanently.

  • If you want to make a permanent change(Enable/Disable) to the job scheduler, you can disable it in Dev Studio. If you do this the job scheduler will remain disabled until you enable it again.

Thanks,

Vinay

@VinayKumarL16594575 Thanks for response.