fetch_ml/internal/worker/executor
Jeremie Fraeys a1ce267b86
feat: Implement all worker stub methods with real functionality
- VerifySnapshot: SHA256 verification using integrity package
- EnforceTaskProvenance: Strict and best-effort provenance validation
- RunJupyterTask: Full Jupyter service lifecycle (start/stop/remove/restore/list_packages)
- RunJob: Job execution using executor.JobRunner
- PrewarmNextOnce: Prewarming with queue integration

All methods now use new architecture components instead of placeholders
2026-02-17 17:37:56 -05:00
..
adapter.go refactor: Implement TaskExecutorAdapter and Worker.runningCount() 2026-02-17 16:15:41 -05:00
container.go feat: Implement all worker stub methods with real functionality 2026-02-17 17:37:56 -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