Anyone who has gone through the migration of the system to Hyperforce can tell me which Schedule jobs must be stopped during the 72 hours of migration to Hyperforce. I have Schedule jobs with the following Job types: 1. Schedule Flow and Schedule Apex I have found a way to stop them 2. But with the Job types Autonomous Data Loader, Sitemap SEO Incremental Job, Sitemap SEO Incremental Job, Report Type Metadata to Search, do we need to stop them or will it not affect anything? For type 2, I think we can stop them with the command System.abortJob(jobId) but I don't know how to restart them? If anyone has official documentation on this or knows about them please help me! Thanks
@Tra My Autonomous Data Loader, Sitemap SEO Incremental Job, and Report Type Metadata to Search: These jobs are also recommended to be stopped during the migration. For these, you can use the System.abortJob(jobId) method to stop them. To restart them, you'll need to reschedule them using the respective interfaces (e.g., for Sitemap SEO, this would be in Merchant Tools --> SEO Sitemaps --> Files).