Create Next.js route handlers that drain one durable outbox batch.
This helper is intended for serverless cron routes. It performs bounded work
and exits; do not start long-running outbox polling loops from provider
lifecycle hooks in serverless apps.
Create Next.js route handlers that drain one durable outbox batch.
This helper is intended for serverless cron routes. It performs bounded work and exits; do not start long-running outbox polling loops from provider lifecycle hooks in serverless apps.