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

enhance(exec): pop from channels specified in worker DB record #504

Merged
merged 2 commits into from
Aug 31, 2023

Conversation

ecrupper
Copy link
Contributor

Conclusion of go-vela/server#948, which allowed popping of specified channels.

This small change allows platform admins to adjust the queue routes of any worker without restarting

@ecrupper ecrupper self-assigned this Aug 31, 2023
@ecrupper ecrupper requested a review from a team as a code owner August 31, 2023 14:32
@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #504 (4d4fe00) into main (f7fb2a0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #504   +/-   ##
=======================================
  Coverage   83.42%   83.42%           
=======================================
  Files          69       69           
  Lines        5376     5376           
=======================================
  Hits         4485     4485           
  Misses        746      746           
  Partials      145      145           

Copy link
Member

@wass3rw3rk wass3rw3rk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't you have to restart the worker to get updated routes? is that the intended flow?

@ecrupper
Copy link
Contributor Author

wouldn't you have to restart the worker to get updated routes? is that the intended flow?

No, it'll get the new routes before popping the next build

@wass3rw3rk
Copy link
Member

wass3rw3rk commented Aug 31, 2023

yup.. nevermind 👍🏼

@ecrupper ecrupper merged commit bb0406d into main Aug 31, 2023
12 checks passed
@ecrupper ecrupper deleted the enhance/live-queue branch August 31, 2023 22:58
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.

4 participants