Marketo connect Scheduler issue. | Community
Skip to main content
April 26, 2023
Question

Marketo connect Scheduler issue.

  • April 26, 2023
  • 1 reply
  • 528 views

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).

we are using AEM  6.5.12.0 version.

could you please help us to fix this issue.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

sunil_kumar_
Level 5
April 26, 2023

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)