Commit f2299bf
committed
blog: You Don't Need a Job Queue, Postgres Already Has SKIP LOCKED
Part 3 of the postgres-features series. Builds a job queue with retries
and concurrent workers on FOR UPDATE SKIP LOCKED; demo verified against
a real Prisma Postgres database (PostgreSQL 17, Bun 1.2, pg 8.22).
- Chain the series: bloom-index post now points next to this one
- Hero SVG + meta PNG in the Eclipse house style
- Fix corrupt GeistMono.woff2 in the hero-image skill's bundled fonts
(replaced with the valid Geist Mono woff2 shipped by Next.js)1 parent c4baaa4 commit f2299bf
5 files changed
Lines changed: 559 additions & 0 deletions
File tree
- .claude/skills/content-create-hero-image/assets/fonts
- apps/blog
- content/blog
- postgres-bloom-index-the-overlooked-postgres-feature
- you-dont-need-a-job-queue-postgres-already-has-skip-locked
- public/you-dont-need-a-job-queue-postgres-already-has-skip-locked/imgs
Binary file not shown.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments