RetryConfig seems to be ignored on @tasks_fn.on_task_dispatched
#177
Labels
waiting for customer response
Issue is on hold awaiting more information from OP
I created a task queue function and configured the try config using the decorator:
But when the body of the function throws an Error, I see 15 retries spaced about 10 seconds apart:
I'd expect to see only 5 retries. I'd expect each one to be at least a minute apart.
I'd also expect to see some kind of exponential backoff behavior, but instead the time between retries seems fixed
The text was updated successfully, but these errors were encountered: