Skip to content

feat(queue): add generic PostgreSQL task queue - #428

Merged
prvnsmpth merged 4 commits into
masterfrom
feat/task-queue
Aug 31, 2026
Merged

feat(queue): add generic PostgreSQL task queue#428
prvnsmpth merged 4 commits into
masterfrom
feat/task-queue

Conversation

@prvnsmpth

Copy link
Copy Markdown
Contributor
  • Add a reusable PostgreSQL-backed task queue for durable task processing.
  • Add integration coverage exercising the queue against PostgreSQL.

- add canonical task lifecycle, leasing, fencing, retries, concurrency controls, and cleanup in PostgreSQL
- expose matching typed Rust and Python queue facades
- add PostgreSQL integration tests and Python adapter unit tests
- replace mocked repository calls with real migrated-Postgres adapter coverage
- retain focused unit tests for validation and row conversion
@prvnsmpth
prvnsmpth merged commit 47630e3 into master Aug 31, 2026
64 checks passed
@prvnsmpth
prvnsmpth deleted the feat/task-queue branch August 31, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant