Skip to content

Commit 3df75e3

Browse files
fangpenlinkmoppel
authored andcommitted
Add TOC link and shorten desc
1 parent 46e080b commit 3df75e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [Server](#server)
2020
- [Monitoring](#monitoring)
2121
- [Extensions](#extensions)
22+
- [Work Queues](#work-queues)
2223
- [Optimization](#optimization)
2324
- [Utilities](#utilities)
2425
- [Language bindings](#language-bindings)
@@ -176,7 +177,7 @@
176177
* [ParadeDB](https://github.com/paradedb/paradedb) - Postgres for Search and Analytics
177178

178179
### 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
180181

181182
### Optimization
182183
* [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software)

0 commit comments

Comments
 (0)