nwaku/apps/wakunode2
Ivan Folgueira Bande 1fb13b0967
Adding healtcheck and reconnection mechanism to the postgres archive driver (#1997)
It starts an asynchronous infinite task that checks the connectivity
with the database. In case of error, the postgres_healthcheck task
tries to reconnect for a while, and if it determines that the connection
cannot be resumed, then it invokes a callback indicating that
situation. For the case of the `wakunode2` app, this callback
quits the application itself and adds a log trace indicating
the connectivity issue with the database.
2023-09-06 19:16:37 +02:00
..
app.nim Adding healtcheck and reconnection mechanism to the postgres archive driver (#1997) 2023-09-06 19:16:37 +02:00
external_config.nim chore(rln-relay): use the only key from keystore if only 1 exists (#1984) 2023-09-04 15:46:44 +05:30
internal_config.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
nim.cfg feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
wakunode2.nim chore: move discv5 out of node. (#1818) 2023-06-27 09:50:11 -04:00
wakunode2_validator_signed.nim feat(relay): ordered validator execution (#1966) 2023-09-05 14:35:07 +05:30