Technical definition
Queue
A waiting line for work that can be processed separately from the immediate user request.
What It Means
A queue holds work that can be processed separately, such as sending an email or generating a report, and helps the system manage retries and workload.
A Useful Analogy
A queue is a waiting line for work that does not need to finish before the user continues.