No description
- Add pgqueuer dependency to pyproject.toml - Create worker.py with schema installation and job handler registration - Add make worker command to Makefile - Update make dev to run worker alongside backend/frontend - Use has_table() check for idempotent schema installation - Register 'random_number' job handler (placeholder that logs for now) |
||
|---|---|---|
| .cursor/rules | ||
| .githooks | ||
| backend | ||
| frontend | ||
| scripts | ||
| shared | ||
| .env.example | ||
| .envrc | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| docker-compose.yml | ||
| Makefile | ||