fetch_ml/internal/worker/executor
Jeremie Fraeys a7360869f8
refactor: Implement TaskExecutorAdapter and Worker.runningCount()
- Created executor/TaskExecutorAdapter implementing lifecycle.TaskExecutor
- Properly wires LocalExecutor and ContainerExecutor through adapter
- Worker.runningCount() now delegates to runLoop.RunningCount()
- Added lifecycle.RunLoop.RunningCount() public method
- factory.go creates proper executor chain instead of placeholder

Build status: Compiles successfully
2026-02-17 16:15:41 -05:00
..
adapter.go refactor: Implement TaskExecutorAdapter and Worker.runningCount() 2026-02-17 16:15:41 -05:00
container.go refactor: Phase 2 - Extract executor implementations 2026-02-17 14:14:04 -05:00
local.go refactor: Phase 2 - Extract executor implementations 2026-02-17 14:14:04 -05:00
runner.go refactor: Phase 2 - Extract executor implementations 2026-02-17 14:14:04 -05:00