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
Describe the feature
Currently, each Pod performs a complete database migration. The proposal would be to transfer this responsibility to a Kubernetes Job that could, preferably, execute before the application pods are started. This way, only one migration execution would occur instead of n times as it happens today.
Why would that be important to you?
Avoids unnecessary migration runs and reduces proxy startup time.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, each Pod performs a complete database migration. The proposal would be to transfer this responsibility to a Kubernetes Job that could, preferably, execute before the application pods are started. This way, only one migration execution would occur instead of n times as it happens today.
Why would that be important to you?
Avoids unnecessary migration runs and reduces proxy startup time.
The text was updated successfully, but these errors were encountered: