-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Adds default value for priority on WorkQueue
core schema
#8373
Conversation
✅ Deploy Preview for prefect-orion ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -57,13 +58,16 @@ async def create_work_queue( | |||
data["work_pool_id"] = default_agent_work_pool.id | |||
|
|||
if data.get("work_pool_id"): |
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.
Sorry (and this doesn't need to change here) but this will always be true since you set a value for this above?
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.
Yup! Took it out
Adds default value for priority to prevent new agents from breaking with old servers to address the issue raised here.
Example
Checklist
<link to issue>
"fix
,feature
,enhancement