xtablo-source/backend/cmd
Arthur Belleville aa1e1fd415
feat(01-03): cmd/worker Phase 1 skeleton (D-03)
- Opens pgxpool from DATABASE_URL, logs 'worker ready', blocks on
  SIGINT/SIGTERM, closes pool, exits 0
- Reuses web.NewSlogHandler — pure helper, no HTTP coupling
- No job queue libraries (river/asynq/pg_notify) — Phase 6 replaces this
  file in full
- 48 lines (under 80-line budget signals 'we did not implement Phase 6
  by accident')
2026-05-14 19:26:57 +02:00
..
web feat(01-03): cmd/web entrypoint with graceful shutdown 2026-05-14 19:26:22 +02:00
worker feat(01-03): cmd/worker Phase 1 skeleton (D-03) 2026-05-14 19:26:57 +02:00