Clone automation restarts nodes while scheduler set to 'specified'DescriptionPost clone, application nodes may not have the correct scheduled job configuration. Specifically jobs with parent record set to 'Active Nodes' fail to be created per application node preventing them from running This will impact several areas of the platform including event processingSteps to Reproduce Review a recently cloned instance for which application nodes have not restarted post cloneWorkaroundIf an instance has been impacted then no jobs set to 'Active Nodes' will run. You have two options to fix this issue: Restart the instance - This can be requested from ServiceNow by raising a new Case via the NowSupport PortalManually trigger the creation of the jobs. This is a straight forward process that can be actioned as follows: Navigate to sys_trigger.listFilter for all jobs where 'System ID' = 'Active Nodes'For each record perform the following: Open the recordUpdate the 'Next Action' time and increase by 1 secondSave the record This will generate all the child records for these jobs and restart processing of events and other functionsRelated Problem: PRB1576973