We have given 2min cron expression for the marketo connect scheduler in the AEM configMgr, but it is not triggering every 2mins. it is triggering at random time (40 to 45min delayed).
Hi @nhna1 , Are you using a custom scheduler? If yes You can check below. 1. How much time scheduler instance take to complete. 2. Did you enable concurrent executions? 3. Check the scheduler's next execution time (http://localhost:4502/system/console/status-slingscheduler) Delayed execution reason could be - If scheduler execution takes more time(than 2 min) and you did not enable concurrent execution. In this case, the next execution wait until the previous execution complete. Please check scheduler execution in console(mention above)