Description
A distributed job queue server for coordinating background work between clients and workers. Applications can submit jobs, and workers can process them asynchronously across machines.
Use it when administering systems that need distributed task processing. Queue servers can affect reliability and data flow, so monitor workers, permissions, and failed jobs.