get-convex / get-convex/workpool
allow specifying retry config with intervals, not exponential config
Open
- Dominant language
- TypeScript
- Stars
- 31
- Forks
- 7
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 10
Description
Instead of specifying exponential behavior, allow passing in intervals. e.g. `[100, 1000, 60*60*1000]` to have a few fast retries but have a last retry after an hour in case of an outage
Contributor guide
Assessment
This issue has not been assessed yet.