Skip to content

Conversation

@matt-domsch-sp
Copy link
Contributor

In a cluster with auto-scaling sidekiq servers, a new server entering the pool runs Queues.start, which looks at the config file and sets the limit and process_limit values accordingly. However, if at runtime these values have been changed dynamically for any reason, this overwrites the values with what is in the config file, or removes the limits if there are none in the config file. This is unexpected behavior.

Instead, at startup, honor the values found in redis if any are present. Only set the values if none are present in redis.

In a cluster with auto-scaling sidekiq servers, a new server entering
the pool runs Queues.start, which looks at the config file and sets
the limit and process_limit values accordingly.  However, if at
runtime these values have been changed dynamically for any reason,
this overwrites the values with what is in the config file, or removes
the limits if there are none in the config file.  This is unexpected
behavior.

Instead, at startup, honor the values found in redis if any are
present.  Only set the values if none are present in redis.
@matt-domsch-sp
Copy link
Contributor Author

This requires #160 to get merged first so CI passes.

@deanpcmad deanpcmad merged commit 8a24a0c into deanpcmad:master Feb 25, 2024
@deanpcmad
Copy link
Owner

Thanks!

@matt-domsch-sp matt-domsch-sp deleted the honor-limit-at-startup branch February 25, 2024 23:55
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