pgjobs
pgjobs copied to clipboard
Go and PostgreSQL job queue blueprint
Results
1
pgjobs issues
Sort by
recently updated
recently updated
newest added
As a general thought while looking over the Readme, the polling aspect of things seems a bit non-optimal. Kind of wondering if using PostgreSQL's `LISTEN` / `NOTIFY` would be a...