For the complete documentation index, see llms.txt. This page is also available as Markdown.

SyncProvider

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.

Last updated