🦞🌯 Lobster Roll

Stories by kritibehl

Faultline – distributed job queue with exactly-once execution guarantees (github.com)
Show HN: Crash-safe job queue – lease-expiry race and fencing fix (github.com)
Most lease-based job queues look correct until you test them adversarially.<p>I built Faultline, a PostgreSQL-backed distributed job execution engine using:<p>- Lease-based claims - Retry scheduling - Idempotent side effects via a ledger table - A deterministic race reproduction harness<p>The intere...