You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent migration efforts have shown that some of the operations requested fail within the time allotted, leading to deploy-time errors. One recent example:
OperationalError: (psycopg.errors.QueryCanceled) canceling statement due to statement timeout
[SQL: ALTER TABLE public."projects"
ALTER COLUMN lifecycle_status TYPE public.lifecyclestatus
USING lifecycle_status::text::public.lifecyclestatus
]
These are often related to some of our more "popular" tables, like projects/releases/files - and we should be able to ship migrations with a little more confidence than we do right now.
The text was updated successfully, but these errors were encountered:
Recent migration efforts have shown that some of the operations requested fail within the time allotted, leading to deploy-time errors. One recent example:
Other migrations with tweaks/twiddles:
One Idea, not a great one: #16235
These are often related to some of our more "popular" tables, like projects/releases/files - and we should be able to ship migrations with a little more confidence than we do right now.
The text was updated successfully, but these errors were encountered: