Run Background Jobs
External schedulers call protected routes for publishing, notification delivery, and data cleanup.
On this page
| Job | Endpoint | Method | Suggested schedule |
|---|---|---|---|
| Scheduled publishing | /api/scheduler/publish | POST | Every 5 minutes |
| Email delivery queue | /api/cron/notification-outbox | GET | Every 2 minutes |
| Data cleanup | /api/cron/data-retention | GET | Daily at 04:15 UTC |
Required header
Authorization: Bearer <CRON_SECRET>