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
Hi all. As per the subject, we use dependency injector in one of our services.
Part of the setup phase is to connect to the database and initialise all the prepared statements.
In CI, the database takes some time to get up and running, so some statements fail to be prepared.
This is an expected situation and we rely on the exception bubbling up and causing the process to terminate, and be restarted by docker compose.
However, this does happen. The exception is logged, but the process doesn't terminate.
We tried a handful of times to create a Minimum, Reproducible Example, but we failed. Maybe some have seen and found the cause or a workaround for this issue?
The text was updated successfully, but these errors were encountered:
Hi all. As per the subject, we use dependency injector in one of our services.
Part of the setup phase is to connect to the database and initialise all the prepared statements.
In CI, the database takes some time to get up and running, so some statements fail to be prepared.
This is an expected situation and we rely on the exception bubbling up and causing the process to terminate, and be restarted by docker compose.
However, this does happen. The exception is logged, but the process doesn't terminate.
We tried a handful of times to create a Minimum, Reproducible Example, but we failed. Maybe some have seen and found the cause or a workaround for this issue?
The text was updated successfully, but these errors were encountered: