-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Makes agents work pool aware #8222
Conversation
84d6ab6
to
6e1f124
Compare
✅ Deploy Preview for prefect-orion ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
I made a few suggestions in-code here
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.
UI changes look good to me 👍
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!
Co-authored-by: Chris White <chris@prefect.io>
Co-authored-by: Chris White <chris@prefect.io>
Co-authored-by: Chris White <chris@prefect.io>
Co-authored-by: Chris White <chris@prefect.io>
Adds the option to specify a work pool when starting an agent. The normally functionality is left untouched.
The following functionality is added:
Example
Start an agent to poll from a specific queues in a work pool:
Start an agent to poll from a queues in a work pool:
Checklist
<link to issue>
"fix
,feature
,enhancement