Create a local/test dispatcher that runs job handlers inline.
Dispatch honors the job's declared retry policy: failed attempts retry with
the policy's delays until the policy is exhausted. Payload validation
failures never retry. Jobs without a retry policy run exactly once.
Create a local/test dispatcher that runs job handlers inline.
Dispatch honors the job's declared retry policy: failed attempts retry with the policy's delays until the policy is exhausted. Payload validation failures never retry. Jobs without a retry policy run exactly once.