mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
refactor: add TODO comment to check on database disconnection in init script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user