-
Notifications
You must be signed in to change notification settings - Fork 582
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
v2 migration up to phase 3 #5119
base: main
Are you sure you want to change the base?
Conversation
Deploying windmill with Cloudflare Pages
|
1ced559
to
0d3095a
Compare
Meticulous was unable to execute a test run for this PR because the most recent commit is associated with multiple PRs. To execute a test run, please try pushing up a new commit that is only associated with this PR. Last updated for commit a1df0dd. This comment will update as new commits are pushed. |
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.
[phase 3 review]
- i would definitely change the view names to include view (e.g. _view)
- and i wouldn't use view triggers for update but directly update in the new tables
q.canceled_reason, | ||
r.ping AS last_ping, | ||
j.kind AS job_kind, | ||
j.trigger AS schedule_path, |
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.
check trigger kind
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.
same for completed_job
j.flow_step_id, | ||
j.cache_ttl, | ||
j.priority, | ||
NULL::TEXT AS logs |
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.
why NULL for logs?
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.
same for completed_job
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.
why is env_id completely gone? not used at all? same for completed_job
No description provided.