fetch_ml/internal/worker
Jeremie Fraeys 3fb6902fa1
feat(worker): integrate scheduler endpoints and security hardening
Update worker system for scheduler integration:
- Worker server with scheduler registration
- Configuration with scheduler endpoint support
- Artifact handling with integrity verification
- Container executor with supply chain validation
- Local executor enhancements
- GPU detection improvements (cross-platform)
- Error handling with execution context
- Factory pattern for executor instantiation
- Hash integrity with native library support
2026-02-26 12:06:16 -05:00
..
errors feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
execution feat: Worker sandboxing and security configuration 2026-02-18 21:27:59 -05:00
executor feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
integrity feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
interfaces feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
lifecycle feat(worker): add Jupyter/vLLM plugins and process isolation 2026-02-26 12:03:59 -05:00
plugins feat(worker): add Jupyter/vLLM plugins and process isolation 2026-02-26 12:03:59 -05:00
process feat(worker): add Jupyter/vLLM plugins and process isolation 2026-02-26 12:03:59 -05:00
tenant feat(security): add audit subsystem and tenant isolation 2026-02-26 12:03:45 -05:00
artifacts.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
config.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
factory.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
gpu_detector.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
gpu_macos.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
gpu_macos_stub.go feat: native GPU detection and NVML bridge for macOS and Linux 2026-02-21 17:59:59 -05:00
gpu_nvml_native.go feat: native GPU detection and NVML bridge for macOS and Linux 2026-02-21 17:59:59 -05:00
gpu_nvml_stub.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00
native_bridge.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00
native_bridge_libs.go feat(security): Artifact ingestion caps enforcement 2026-02-23 19:43:28 -05:00
native_bridge_nocgo.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00
snapshot_store.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00
worker.go feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00