Skip to content

Commit f2299bf

Browse files
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.

apps/blog/content/blog/postgres-bloom-index-the-overlooked-postgres-feature/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tags:
1515
series: postgres-features
1616
seriesIndex: 2
1717
prev: you-dont-need-redis-postgres-already-has-pub-sub
18+
next: you-dont-need-a-job-queue-postgres-already-has-skip-locked
1819
---
1920

2021
import { BloomFilterDemo } from "./BloomFilterDemo";

0 commit comments

Comments
 (0)