learning_ai_common_plat/services/platform-service/src/modules/jobs
saravanakumardb1 05594a334f feat(jobs): register devintelli-daily-sync cron job (0 6 * * *)
- Add devintelli-daily-sync handler: POST to DevIntelli backend /api/sync/daily
- Uses x-internal-key header for service-to-service auth
- Add DEVINTELLI_BACKEND_URL + DEVINTELLI_INTERNAL_API_KEY env vars
- Cron: 0 6 * * * (6am UTC daily), timeout: 5 min
- Returns triggered/skipped/totalConnections metrics from DevIntelli response
2026-04-04 23:37:25 -07:00
..
built-in-jobs.ts feat(jobs): register devintelli-daily-sync cron job (0 6 * * *) 2026-04-04 23:37:25 -07: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.api-key.test.ts feat(api-key): restrict job operations to service tokens 2026-03-15 09:08:38 +00: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(ratelimit): back api throttles with datastore 2026-03-15 09:37:03 +00:00
runner.test.ts feat(platform-service): add durable run tracking 2026-03-14 16:08:07 +00:00
runner.ts feat(platform): Phase 1 — Durable Event Bus + Worker Runtime 2026-03-20 03:12:54 -07:00
types.ts Fix prototype service runtime dependencies 2026-03-14 05:32:21 +00:00