You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Add a Retryable protocol to go along with Requestable and Cacheable that defines requests that should be retried on failure. The protocol should allow for defining the retry policy.
Add a
Retryableprotocol to go along withRequestableandCacheablethat defines requests that should be retried on failure. The protocol should allow for defining the retry policy.