learning_ai_common_plat/services/platform-service/src/modules/jobs
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
..
built-in-jobs.ts fix(jobs): implement stub job handlers with actual functionality 2026-03-02 10:19:15 -08:00
cron.ts feat(platform): add P0 foundational modules — event bus, scheduled jobs, password reset, email verification, status page 2026-02-28 02:29:08 -08:00
jobs.test.ts feat(platform): add P0 foundational modules — event bus, scheduled jobs, password reset, email verification, status page 2026-02-28 02:29:08 -08:00
registry.ts feat(platform): add P0 foundational modules — event bus, scheduled jobs, password reset, email verification, status page 2026-02-28 02:29:08 -08:00
repository.ts refactor(platform-service): migrate remaining 14 repositories to @bytelyst/datastore 2026-03-02 01:06:24 -08:00
routes.ts feat(platform): add P0 foundational modules — event bus, scheduled jobs, password reset, email verification, status page 2026-02-28 02:29:08 -08:00
runner.ts fix(jobs): add missing 'warn' method to logger type in runner.ts 2026-03-02 23:57:21 -08:00
types.ts fix(jobs): implement stub job handlers with actual functionality 2026-03-02 10:19:15 -08:00