fetch_ml/internal/queue
Jeremie Fraeys d1bef0a450
refactor: Phase 3 - fix config/storage boundaries
Move schema ownership to infrastructure layer:

- Redis keys: config/constants.go -> queue/keys.go (TaskQueueKey, TaskPrefix, etc.)

- Filesystem paths: config/paths.go -> storage/paths.go (JobPaths)

- Create config/shared.go with RedisConfig, SSHConfig

- Update all imports: worker/, api/helpers, api/ws_jobs, api/ws_validate

- Clean up: remove duplicates from queue/task.go, queue/queue.go, config/paths.go

Build status: Compiles successfully
2026-02-17 12:49:53 -05:00
..
backend.go feat(core): API, worker, queue, and manifest improvements 2026-02-12 12:05:17 -05:00
errors.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
filesystem_queue.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
keys.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
metrics.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
native_queue.go feat: add native library bridge and queue integration 2026-02-16 20:38:30 -05:00
native_queue_stub.go feat: add native library bridge and queue integration 2026-02-16 20:38:30 -05:00
queue.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
sqlite_queue.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
task.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00