fetch_ml/internal/storage
Jeremie Fraeys 2b1ef10514
test(chaos): add worker disconnect chaos test and queue improvements
Chaos testing:
- Add worker_disconnect_chaos_test.go for network partition resilience
- Test scheduler hub recovery and job reassignment scenarios

Queue layer updates:
- event_store.go: add event sourcing for queue operations
- native_queue.go: extend native queue with batch operations and indexing
2026-03-12 12:08:21 -04:00
..
dataset.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
db_audit.go feat(storage): add groups, tasks, tokens, and audit database schemas 2026-03-08 12:48:42 -04:00
db_connect.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
db_experiments.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
db_groups.go feat(storage): add groups, tasks, tokens, and audit database schemas 2026-03-08 12:48:42 -04:00
db_jobs.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
db_metrics.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
db_tasks.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
db_tokens.go feat(storage): add groups, tasks, tokens, and audit database schemas 2026-03-08 12:48:42 -04:00
migrate.go refactor(dependency-hygiene): Fix Redis leak, simplify TUI wrapper, clean go.mod 2026-02-17 21:13:49 -05:00
paths.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
schema_embed.go refactor(storage,queue): split storage layer and add sqlite queue backend 2026-01-05 12:31:02 -05:00
schema_postgres.sql refactor: update WebSocket handlers and database schemas 2026-02-18 14:36:30 -05:00
schema_sqlite.sql feat(storage): add groups, tasks, tokens, and audit database schemas 2026-03-08 12:48:42 -04:00