We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The scheduler CPU usage spikes (suggesting an infinite loop) when one or more equal times are used.
Below the flamegraph screenshot that shows that the whole application is allocating all the CPU to the scheduler:
Specifically the problem seems to lie on selectExecJobsOutForRescheduling
selectExecJobsOutForRescheduling
When creating schedule using JobDefinition OneTimeJob and providing two at times at the same time.
OneTimeJob
at
2.11
No spike in memory, duplicate same items
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The scheduler CPU usage spikes (suggesting an infinite loop) when one or more equal times are used.
Below the flamegraph screenshot that shows that the whole application is allocating all the CPU to the scheduler:
Specifically the problem seems to lie on
selectExecJobsOutForRescheduling
To Reproduce
When creating schedule using JobDefinition
OneTimeJob
and providing twoat
times at the same time.Version
2.11
Expected behavior
No spike in memory, duplicate same items
Additional context
The text was updated successfully, but these errors were encountered: