For Workes & Pages, what is the name of the domain?
na
What is the issue or error you’re encountering
If I throw an error in my queue
function, it looks like it retries, but it does not respect the “retry delay” I set on my queue
What steps have you taken to resolve the issue?
I don’t know how to fix.
What are the steps to reproduce the issue?
Setup a queue with “message retries” set to greater than 1, set “retry delay” to 60 seconds, then queue up a message. It will run through all 10 immediately.