Closed JorgenSQ closed 8 months ago
Hi @JorgenSQ Can you give more details on what you're trying to retry? For example I think those settings are somewhat limited in scope based on these docs:
The clientRetryOptions settings only apply to interactions with the Service Bus service. They don't affect retries of function executions.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Investigative information
Repro steps
serviceBusTopic
templatehost.json
with the following settings:Expected behavior
When configuring the retryOptions as above, you would expect the service bus client in the function to wait 10 seconds the first time it fails before retrying.
Actual behavior
It retries all times immediatly, violating both the "delay" and "maxRetries" setting (none of the settings work).
Known workarounds
Provide a description of any known workarounds.
None
Related information
None