-
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
Work queue data migration #8327
Conversation
7bd182f
to
cd5b427
Compare
cd5b427
to
bde230b
Compare
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.
The data migration looks good, we should make sure that all of the join conditions for our loops are indexed before merging this
...e/migrations/versions/postgresql/2023_01_31_110543_f98ae6d8e2cc_work_queue_data_migration.py
Show resolved
Hide resolved
f42496b
to
c117084
Compare
c117084
to
4f7a273
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.
The data migration looks good to me
Adds data migration to create a default agent work pool and migrate all work queues to that work pool. Also updates
work_queue_id
column onflow_run
anddeployment
tables to enable work pool polling.Example
Checklist
<link to issue>
"fix
,feature
,enhancement