Durable.Queue.Adapters.Postgres (Durable v0.1.0-rc)
View SourcePostgreSQL-based queue adapter using the workflow_executions table.
Uses FOR UPDATE SKIP LOCKED for atomic job claiming without blocking.
This ensures that multiple pollers can safely claim jobs without
processing the same job twice.