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 |
||
|---|---|---|
| .. | ||
| extraction-service | ||
| monitoring | ||
| platform-service | ||