10 skills found
softonic / Axios RetryAxios plugin that intercepts failed requests and retries them whenever possible
guzzle / Retry Subscriber[DEPRECATED] Retries failed requests using customizable retry strategies. Guzzle 4/5 only.
seiginonakama / RetryRequestInterceptor For OkHttpa interceptor for OkHttp which can save failed request in storage and will retry request until success or retry times over limit , or request live time over limit
ha0z1 / Idmp🌌 Maybe the most elegant solution to deduplicating requests in the galaxy. 应该是银河系最优雅解决请求去重方案了
0xparomita / Js Retry Api RequestRetry failed API request using JavaScript
Hikarushmz / Fetch RetrySillyTavern extension that retries failed fetch requests automatically
nullwuwu / Fly Retryflyio plugin that intercepts failed requests and retries them whenever possible.
zaeem2396 / Laravel NatsA Laravel package that adds NATS messaging support to Laravel. It provides publish/subscribe and request–reply, a NATS-backed queue driver with retries and failed jobs, JetStream stream management, and multiple connections—all via a Laravel-style API and the Nats facade.
idimetrix / Fetch With Retryfetch-with-retry is an Axios-based utility that adds automatic retry logic to HTTP(S) requests. It retries failed requests due to network issues, timeouts, or specific status codes. Customizable with options for retry count, delay, backoff strategies, and error handling to improve reliability in unstable networks.
EsmaeelNabil / NetworkRetry RetrofitAdapterNetworkRetryCallAdapterFactory that can retry the last failed request due to network error via a dialog with an action button. Without the need to involve the application components ( Viewmodel, Repository or the View)