Consider adding retries to Redis cache refresh
Open
area-middleware
enhancement
feature-caching
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
We have a number of reports of timeouts while doing `RefreshAsync` in the Redis cache. These seem to be intermittent network issues. However, since we're generally doing refresh operations on behalf of the user, we should consider adding retry logic to improve our behavior in the presence of intermittent network issues.
Contributor guide
Assessment
This issue has not been assessed yet.