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
The DB configuration for the micronaut-graphql-todo app has no initialization-fail-timeout set. The default for that is 1ms, so if your machine happens to be a bit busy or slow, the app fails to start with a DB connection error. Adding initialization-fail-timeout: 20000 (20 seconds) would fix this for all but the slowest machines.
The DB configuration for the micronaut-graphql-todo app has no
initialization-fail-timeout
set. The default for that is 1ms, so if your machine happens to be a bit busy or slow, the app fails to start with a DB connection error. Addinginitialization-fail-timeout: 20000
(20 seconds) would fix this for all but the slowest machines.So that section would look like this:
The text was updated successfully, but these errors were encountered: