fix: listener retries with exponential backoff
Also corrects the admin ready response which now considers the listener state.
This commit is contained in:
committed by
Steve Chavez
parent
bfa4e1bedb
commit
3cf565614d
@@ -70,7 +70,7 @@ run appState = do
|
||||
AppState.connectionWorker appState -- Loads the initial SchemaCache
|
||||
Unix.installSignalHandlers (AppState.getMainThreadId appState) (AppState.connectionWorker appState) (AppState.reReadConfig False appState)
|
||||
-- reload schema cache + config on NOTIFY
|
||||
AppState.runListener conf appState
|
||||
AppState.runListener appState
|
||||
|
||||
Admin.runAdmin appState (serverSettings conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user