Closed jnordberg closed 1 year ago
When calling queue.apply with ttl=-1 it raises a key error trying to access a non-existent result index.
queue.apply
ttl=-1
If this edge case can't be handled, it would be great if the API checked for jobs with immediate expiry and raised a value error with an explanation.
fixed with 3983fec
When calling
queue.apply
withttl=-1
it raises a key error trying to access a non-existent result index.If this edge case can't be handled, it would be great if the API checked for jobs with immediate expiry and raised a value error with an explanation.