refactor: add TODO comment to check on database disconnection in init script

This commit is contained in:
zurdi
2025-05-08 17:59:50 +00:00
parent c5033d9967
commit b3d341bc11

View File

@@ -49,6 +49,8 @@ error_log() {
exit 1
}
# TODO: check on database disconnection
wait_for_gunicorn_socket() {
debug_log "Waiting for gunicorn socket file..."
local retries=60