Jobs may fail for various reasons, hence the status column. Queuing is a safety measure to ensure that if there is a backend processing problem, the queue will grow but the backend will have time to catch up. The code is not written for the average case, but for fault tolerance.
↧