Guides in this topic cover background-job patterns — queue-and-worker setups, retry strategies, and the boundary between synchronous request handlers and asynchronous workers. Read "Run background jobs" if you have a slow operation that does not belong in a request path.