dragonflight/services/worker
ZGaetano 7260b188c5 fix: remove dead DB UPDATE calls in conform worker
The jobs table row no longer exists for conform jobs (POST /jobs/conform
now goes directly to BullMQ). The UPDATE queries were no-ops (WHERE id = NULL)
so they're safe to remove. BullMQ tracks completed/failed status itself.
2026-05-18 23:28:13 -04:00
..
src fix: remove dead DB UPDATE calls in conform worker 2026-05-18 23:28:13 -04:00
Dockerfile add services/worker/Dockerfile 2026-04-07 21:58:18 -04:00
package.json add services/worker/package.json 2026-04-07 21:58:18 -04:00