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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
-[Server](#server)
20
20
-[Monitoring](#monitoring)
21
21
-[Extensions](#extensions)
22
+
-[Work Queues](#work-queues)
22
23
-[Optimization](#optimization)
23
24
-[Utilities](#utilities)
24
25
-[Language bindings](#language-bindings)
@@ -176,7 +177,7 @@
176
177
*[ParadeDB](https://github.com/paradedb/paradedb) - Postgres for Search and Analytics
177
178
178
179
### Work Queues
179
-
*[BeanQueue](https://github.com/LaunchPlatform/bq) - A lightweight Python work queue framework based on [SQLAlchemy](https://www.sqlalchemy.org/), PostgreSQL [SKIP LOCKED queries](https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/) and [NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html) / [LISTEN](https://www.postgresql.org/docs/current/sql-listen.html) statements
180
+
*[BeanQueue](https://github.com/LaunchPlatform/bq) - A Python work queue framework based on SKIP LOCKED, LISTEN and NOTIFY
0 commit comments