Question
Altius Link, Inc.
Altius Link, Inc.
JP
Altius Link, Inc.
Posted: Dec 16, 2022
Last activity: Dec 19, 2022
Last activity: 19 Dec 2022 7:44 EST
Closed
How can we prevent jobs defined in the Job Scheduler from starting automatically after the server starts?
When we start the Pega server (Tomcat), the Jobs defined in the Job Scheduler are automatically started, is there any way to stop this?
(We want to make sure that the database, file server, network, etc. can be used normally before starting them.)

***Edited by Moderator Marije to add Capability tags***
@HirokazuA I am not sure if there is any easier way but can we create a data class/data table with following columns and values?
A common activity/datapage can be written to check if all these instances are in ready state . We can have this as the first step in each of the job scheduler activity and only execute the activity when all are in ready state.