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
This is a basic implementation to enforce that some old background updates have run.
My hope is that this could be used to avoid future situations like #16192. This would fix #16047 in a simplistic manner and doesn't attempt to differentiate between different types of background updates.
This still would require us to do thinking about what old updates are now required, but I think it would fix the issue where we have to continually create background jobs due to dependencies.
TODO
Enforce that ordering is filled in (non-nullable).
Maybe try to fix that BACKGROUND_UPDATES_COMPAT_VERSION < last full schema dump?
Documentation.
The text was updated successfully, but these errors were encountered:
This issue has been migrated from #16397.
This is a basic implementation to enforce that some old background updates have run.
My hope is that this could be used to avoid future situations like #16192. This would fix #16047 in a simplistic manner and doesn't attempt to differentiate between different types of background updates.
This still would require us to do thinking about what old updates are now required, but I think it would fix the issue where we have to continually create background jobs due to dependencies.
TODO
ordering
is filled in (non-nullable).Maybe try to fix thatBACKGROUND_UPDATES_COMPAT_VERSION < last full schema dump
?The text was updated successfully, but these errors were encountered: