arbret/backend
counterweight 15bae15731
Phase 1: Add pgqueuer infrastructure and worker skeleton
- Add pgqueuer dependency to pyproject.toml
- Create worker.py with basic setup:
  - Independent database connection using asyncpg
  - Install pgqueuer schema on startup
  - Register dummy job handler
  - Start consumer loop
- Add 'make worker' command
- Update 'make dev' to run worker alongside backend/frontend

Validation:
- Worker starts successfully
- pgqueuer tables exist in database
- All existing tests pass
2025-12-21 22:25:37 +01:00
..
routes fix pre-commit hook and code quality fixes 2025-12-21 22:14:48 +01:00
tests Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
database.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
env.example reviewed 2025-12-20 22:38:39 +01:00
invite_utils.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
main.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
models.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
pyproject.toml Phase 1: Add pgqueuer infrastructure and worker skeleton 2025-12-21 22:25:37 +01:00
pytest.ini tests passing 2025-12-18 22:08:31 +01:00
schemas.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
seed.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
shared_constants.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
validate_constants.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
validation.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
words.txt first implementation 2025-12-20 11:12:11 +01:00
worker.py Phase 1: Add pgqueuer infrastructure and worker skeleton 2025-12-21 22:25:37 +01:00