Stories by kritibehl
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...