A retry limit without a dead-letter queue is just a delayed delete. After the last attempt the job either lands somewhere a human looks, or it never happened. You probably can't say where your fifth failure ends up.
Was this useful?
A retry limit without a dead-letter queue is just a delayed delete. After the last attempt the job either lands somewhere a human looks, or it never happened. You probably can't say where your fifth failure ends up.