Closed ctdean closed 4 years ago
See skip locked at https://www.postgresql.org/docs/9.5/sql-select.html#SQL-FOR-UPDATE-SHARE
This should improve the queue popping performance.
+1 seems like skip lock should work in this case.
See skip locked at https://www.postgresql.org/docs/9.5/sql-select.html#SQL-FOR-UPDATE-SHARE
This should improve the queue popping performance.