Create Next.js route handlers that trigger one registered schedule.
This helper is intended for serverless cron routes. It authenticates the
caller with a timing-safe bearer comparison, builds app context from the
real request through server.createRequestContext(...), runs the schedule
inline, and records schedule events through the resolved
provider instrumentation port (ports.instrumentation, then
ports.devtools) when one is installed.
Create Next.js route handlers that trigger one registered schedule.
This helper is intended for serverless cron routes. It authenticates the caller with a timing-safe bearer comparison, builds app context from the real request through
server.createRequestContext(...), runs the schedule inline, and recordsscheduleevents through the resolved provider instrumentation port (ports.instrumentation, thenports.devtools) when one is installed.