Skip to content
New issue

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

Ensure that checkQueues() is not executed in parallel, more logs added #216

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

dominik-cnx
Copy link
Collaborator

@dominik-cnx dominik-cnx commented Oct 28, 2024

With this PR we
a) use the so called PeriodicSkipScheduler to avoid parallel execution of periodic tasks (in this case queue processing)
b) we make the consumer lock multiplier configurable, the current value used becomes the default
c) log more timing related information

@dominik-cnx dominik-cnx changed the title Periodic skip scheduler test Ensure that checkQueues() is not executed in parallel, more logs added Oct 28, 2024
@dominik-cnx dominik-cnx requested review from mcweba and Kusig October 28, 2024 09:14
@dominik-cnx dominik-cnx merged commit 05e4a2e into develop Oct 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants