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

fix: incorrect local queue size calculation #4160

Open
wants to merge 1 commit into
base: release/4.1.0
Choose a base branch
from

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.

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