Replace pg-boss with owned PostgreSQL queue store - #5
Merged
Conversation
Co-authored-by: Evan Tahler <evan@evantahler.com>
Co-authored-by: Evan Tahler <evan@evantahler.com>
evantahler
marked this pull request as ready for review
August 29, 2026 06:34
evantahler
enabled auto-merge (squash)
August 29, 2026 06:39
evantahler
disabled auto-merge
August 29, 2026 06:40
Restore a single retry after FK 23503 so ensureQueue plus job insert survives a concurrent queue delete. Co-authored-by: Evan Tahler <evan@evantahler.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e6b9e24. Configure here.
Immediate jobs now COALESCE start_after to now(), and migrate() reuses connect() so a failed bootstrap cannot leak an owned pool. Co-authored-by: Evan Tahler <evan@evantahler.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
pgboss-queuetopg-queuepgrq_jobsandpgrq_queuestablesFOR UPDATE SKIP LOCKEDjob claiming and strengthen connection/migration testspgqueueas the default schema and reject the reservedpg_prefixVerification
bun run lintbun run buildbun test --max-concurrency=1(78 pass, 7 documented Redis-only skips)node scripts/assert-node-package.mjsbun pm pack --dry-run(includesmigrations/001_initial.sql)Implements the revised storage design in
docs/plans/02-connection-and-schema.mdanddocs/plans/03-queue.md.