A queue can accept work long after it has lost the ability to finish that work on time. “Message accepted” is not availability when the task's deadline will expire before a worker starts it. Apply backpressure at admission using predicted queue age.
Source: [Dev.to](https://dev.to/odd_background_328/reject-agent-tasks-before-queue-age-breaks-the-slo-2248)