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
- should avoid gunicorn worker timeouts for long running migrations, also fixes#2439
- add main_migrations as entrypoint to just run db migrations, using existing init_ops() call
- first run 'migrations' container with same resources as 'app' and 'op'
- additional typing for initializing db
- fixes#2447
- don't wait for languages to be ready to render UI
- catch if /api/settings returns an invalid response to show 'backend initializing' message
- will support initContainers where backend may return 5xx error via #2447
What change would you like to see?
To avoid gunicorn worker timeouts / simplify init logic, the database migrations should be moved to an initContainers setup.
Context
Should fix issues raised in #2439
The text was updated successfully, but these errors were encountered: