Create an Inngest function from a Beignet job definition.
The function validates the incoming Inngest event data against the job payload
schema before calling the job handler. Payload validation issues become
Inngest NonRetriableError failures; unexpected validator errors retain
normal retry handling. job.retry.attempts is the total attempt count and is
mapped to Inngest retries. job.timeout is mapped to Inngest's function
timeouts.finish setting.
Create an Inngest function from a Beignet job definition.
The function validates the incoming Inngest event data against the job payload schema before calling the job handler. Payload validation issues become Inngest
NonRetriableErrorfailures; unexpected validator errors retain normal retry handling.job.retry.attemptsis the total attempt count and is mapped to Inngest retries.job.timeoutis mapped to Inngest's functiontimeouts.finishsetting.