Skip to content

fix: incorrect local queue size calculation#4160

Merged
stchris merged 1 commit intorelease/4.1.0from
bugfix/rmq-queue-capacity
Mar 10, 2025
Merged

fix: incorrect local queue size calculation#4160
stchris merged 1 commit intorelease/4.1.0from
bugfix/rmq-queue-capacity

Conversation

@stchris
Copy link
Contributor

@stchris stchris commented Mar 7, 2025

The prefetch_settings were never passed to the servicelayer worker constructor so the calculation of the max_size of the local queue in the worker was always returning 1. Which is generally fine, until it's not. This is only a problem for deployments with a separate index worker.

@stchris stchris merged commit 53103b6 into release/4.1.0 Mar 10, 2025
2 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.

1 participant