-
Bug
-
Resolution: Done
-
Major
-
1.22.1.Final
-
None
There is a race condition between the start of postgres pod and the start of the application.
As there is no probe on postgres, this one considers the db to be running and accepting connections. Thus the application is started. But the native app is really fast and tries to update the DB but cannot ...
We should add probes to postgres deployment to be sure the DB is ready.