Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
agent: regularly poll all handlers, just in case we miss a notification
The postgres channel/notify mechnanism doesn't seem 100% reliable. We used to have a regular polling of handlers in order to guard against a missed notification. That polling was removed as part of the `handlers::serve` a couple commits ago. This re-introduces the polling to the new implementation.
- Loading branch information