fetch_ml/internal/queue
Jeremie Fraeys 48d00b8322
feat: integrate native queue backend into worker and API
- Add QueueBackendNative constant to backend.go
- Add case for native queue in NewBackend() switch
- Native queue uses same FilesystemPath config
- Build tag -tags native_libs enables native implementation

Native library integration now complete:
- dataset_hash: Worker (hash_selector), CLI (verify auto-hash)
- queue_index: Worker/API (backend selection with 'native' type)
2026-02-21 14:11:10 -05:00
..
filesystem refactor: Phase 6 - Queue Restructure 2026-02-17 13:41:06 -05:00
redis refactor(api): internal refactoring for TUI and worker modules 2026-02-20 15:51:23 -05:00
sqlite refactor: Phase 6 - Queue Restructure 2026-02-17 13:41:06 -05:00
backend.go feat: integrate native queue backend into worker and API 2026-02-21 14:11:10 -05:00
dedup.go feat: add manifest signing and native hashing support 2026-02-19 15:34:39 -05:00
errors.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
event_store.go refactor(api): internal refactoring for TUI and worker modules 2026-02-20 15:51:23 -05:00
filesystem_queue.go refactor: adopt PathRegistry in queue filesystem_queue.go 2026-02-18 16:57:45 -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 refactor: migrate from env var to build tags for native libs 2026-02-21 13:43:58 -05:00
native_queue_stub.go refactor: migrate from env var to build tags for native libs 2026-02-21 13:43:58 -05:00
queue.go feat: add manifest signing and native hashing support 2026-02-19 15:34:39 -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