Performance Issues Linked to Scheduler Events Causing Delays After Server Restart on Production Server
0
We are facing a performance issue in the Production Server where after restarting the Medix Service Console, the application loads perfectly for the first 5 minutes, but then logging in again (with any user) causes a 5-minute delay before normal operation resumes. This cycle keeps repeating. Suspecting the Scheduler Events, we tested by setting the Scheduler Execution to NONE, and the issue did not occur. Currently, we have three scheduled events—one running every minute and two every 10 minutes—but the delay follows a 5-minute cycle, which does not align with their execution times. Could you help analyze whether the scheduler is impacting database performance or system resources and suggest possible optimizations as soon as possible. Where I can configure the one of my scheduled events will be enabled and rest of them disable in Mendix service console.
asked
Kona Meghana
1 answers
0
It sounds like some 'big' process is queued and doesn't finish. Check the Task Queue for queued microflows and analyse the workload: are there a lot of tasks or is there a lot of work in 1 task.
Or the cleanup flow has a hard time. Did you recently change something in the configuration?