Open
Description
Currently, we poll by default every 100ms for jobs unless a user change this on the config.
I think it'll be beneficial to also support Postgres LISTEN / NOTIFY (yes, the payload limit is 8KB) it would help with #17
I see PostgresNIO has support for LISTEN / NOTIFY
, but it's not well documented. Maybe @fabianfett can help point us in the right direction?
What do you think @adam-fowler @Joannis ?