Adapt Next.js 15.1+ after(...) to Beignet's non-durable best-effort-work
port.
Scheduling failures and deferred callback failures are isolated from the
originating operation. Use jobs or an outbox when work must be retried or
survive process termination. This adapter is request-bound: scheduling
outside a Next.js context supported by after(...) is passed to onError
when configured.
Adapt Next.js 15.1+
after(...)to Beignet's non-durable best-effort-work port.Scheduling failures and deferred callback failures are isolated from the originating operation. Use jobs or an outbox when work must be retried or survive process termination. This adapter is request-bound: scheduling outside a Next.js context supported by
after(...)is passed toonErrorwhen configured.