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
When keycloak starts from a blank slate, we run a start.sh script that preconfigures everything needed for lagoon. When booting with an existing database, there's still a decent wait time while it checks the config until it signals it's "ready."
This startup time can be quite long which creates annoyances in local development and wasted time in CI.
Tasks:
Measure current startup times for a baseline
Check locally and in CI
What is an acceptable wait?
Can we fail/warn tests if we exceed
Test/compare different solutions
Upgrade keycloak
Use native keycloak export/import
Parallelize startup script
Use a pre-loaded keycloak-db image
The text was updated successfully, but these errors were encountered:
When keycloak starts from a blank slate, we run a
start.sh
script that preconfigures everything needed for lagoon. When booting with an existing database, there's still a decent wait time while it checks the config until it signals it's "ready."This startup time can be quite long which creates annoyances in local development and wasted time in CI.
Tasks:
keycloak-db
imageThe text was updated successfully, but these errors were encountered: