You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
kasvith
changed the title
Reconnect PgBoss when database come alive
Reconnect PgBoss Job Handlers when database come alive from a failure
Oct 7, 2024
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
The text was updated successfully, but these errors were encountered: