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
Instablidades na infraestrutura têm deixado a API indisponível, quando o banco cai. Mesmo após o retorno do banco, a API não retorna. Segue o log do banco Postgres:
2025-01-05 09:11:39.212 GMT [80] LOG: database system was interrupted; last known up at 2025-01-05 03:05:04 GMT
2025-01-05 09:11:39.242 GMT [80] LOG: database system was not properly shut down; automatic recovery in progress
A inicialização da aplicação da API falha se o banco não estiver disponível:
psycopg.OperationalError: connection failed: connection to server at "**.**.**.**", port 5432 failed: FATAL: the database system is shutting down
(Background on this error at: https://sqlalche.me/e/20/e3q8)
ERROR: Application startup failed. Exiting.
A aplicação precisa ter resiliência e tentar novamente se inicializar algumas vezes, caso o banco de dados não esteja disponível.
The text was updated successfully, but these errors were encountered:
augusto-herrmann
changed the title
Criar _retry_ para a aplicação quando o banco não estiver disponível
Tornar a aplicação resilitente a indisponibilidade momentânea do banco
Jan 6, 2025
Instablidades na infraestrutura têm deixado a API indisponível, quando o banco cai. Mesmo após o retorno do banco, a API não retorna. Segue o log do banco Postgres:
A inicialização da aplicação da API falha se o banco não estiver disponível:
A aplicação precisa ter resiliência e tentar novamente se inicializar algumas vezes, caso o banco de dados não esteja disponível.
The text was updated successfully, but these errors were encountered: