-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add beanstalkd scaler #6081
Add beanstalkd scaler #6081
Conversation
Signed-off-by: Sam Barnes-Thornton <[email protected]> Adds a new scaler for beanstalkd queues, along with necessary tests. Signed-off-by: Sam Barnes-Thornton <[email protected]>
Signed-off by: Sam Barnes-Thornton <[email protected]> Signed-off-by: Sam Barnes-Thornton <[email protected]>
Signed-off-by: Sam Barnes-Thornton <[email protected]>
Signed-off-by: Sam Barnes-Thornton <[email protected]>
Signed-off-by: Sam Barnes-Thornton <[email protected]>
/run-e2e beanstalkd |
Co-authored-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: sbarnesthornton <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Just a comment related with e2e test
Signed-off-by: Sam Barnes-Thornton <[email protected]>
/run-e2e beanstalkd |
Co-authored-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: sbarnesthornton <[email protected]>
/run-e2e beanstalkd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Signed-off-by: Zbynek Roubalik <[email protected]>
Adds a new scaler for beanstalkd queues (https://github.com/beanstalkd/beanstalkd). It scales based on the total job count of reserved and ready jobs by default, with the option to add delayed jobs as well.
Both unit tests and integration tests have been added.
Checklist
Fixes to #5901
Relates to #1454