Description
Background jobs can be queued and delivered through a fast, simple message-queue server. It is useful for applications that need workers to process tasks outside the request path.
Queue servers affect reliability and may hold important job data. Configure persistence, network access, monitoring, and restart behavior before production use.