Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 502 Bytes

syncprovider.md

File metadata and controls

9 lines (6 loc) · 502 Bytes

SyncProvider

{% hint style="danger" %} This provider is not durable.

(Pending jobs are not saved and may be lost if there are server issues between dispatching the job and working the job.) {% endhint %}

The SyncProvider runs any jobs dispatched during a request in the same request synchronously. This can be especially useful in development when debugging jobs. If you job would throw an exception, you will see it with any chosen error handler and tools you use to debug local exceptions.