Skip to content

Topic

Background Jobs and Async Execution

Work that runs outside an HTTP request — scheduled jobs, message queue consumers and asynchronous methods — where request- and session-scoped context is not available to the executing thread.

Current clusters