Currently in one of our production apps, if DB is unavailable on app startup pgboss fails to register job handlers.
When the DB comes online pgboss never attempts to reconnect and register job handlers again, so these job handlers become stalled
is there a way we can solve this? an event to know when db reconnects or a way to find which job handlers were successfully registered
Hi,
Currently in one of our production apps, if DB is unavailable on app startup pgboss fails to register job handlers. When the DB comes online pgboss never attempts to reconnect and register job handlers again, so these job handlers become stalled
is there a way we can solve this? an event to know when db reconnects or a way to find which job handlers were successfully registered