learning_ai_common_plat/services
saravanakumardb1 6f9b799cc4 fix(jobs): add missing 'warn' method to logger type in runner.ts
The JobContext type requires log.warn but runner.ts loggers only
defined info/error. This caused TypeScript errors when passing log
to job handlers.

- Add warn: (...a: unknown[]) => void to startRunner log param
- Add warn: (...a: unknown[]) => void to tick log param
- Add warn: (...a: unknown[]) => void to executeJob log param
2026-03-02 23:57:21 -08:00
..
extraction-service fix(jobs): implement stub job handlers with actual functionality 2026-03-02 10:19:15 -08:00
monitoring fix(monitoring): update health-check endpoints for consolidated services 2026-02-17 20:53:37 -08:00
platform-service fix(jobs): add missing 'warn' method to logger type in runner.ts 2026-03-02 23:57:21 -08:00