If the database is restarted/redeployed the db connection established by the workers gets terminated. This results in failed worker jobs, as they can no longer write to the database. So it seems there is no logic implemented for doing a reconnect. It needs to be investigated further.
If the database is restarted/redeployed the db connection established by the workers gets terminated. This results in failed worker jobs, as they can no longer write to the database. So it seems there is no logic implemented for doing a reconnect. It needs to be investigated further.
The manual fix is just to restart the workers.