Azure / Azure/azure-functions-durable-js
Support custom retry function in RetryOptions
Open
Enhancement
P1
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
Add the ability to specify custom retry logic by providing a function in `RetryOptions`.
Contributor guide
Research direction
Start by locating the RetryOptions definition and the existing retry-handling entry point in the TypeScript library. Trace how retry decisions are currently made; done means RetryOptions can accept custom retry logic and that logic is used when determining whether to retry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100