AFNetworking-RetryPolicy
Retry policy
A category for AFNetworking that adds retry logic to network requests with customizable retry intervals and count.
Nice category that adds the ability to set the retry interval, retry count and progressiveness.
212 stars
8 watching
34 forks
Language: Objective-C
last commit: over 2 years ago
Linked from 1 awesome list
afnetworkingcocoapodsiosobjective-cretry-policy
Related projects:
Repository | Description | Stars |
---|---|---|
icanzilb/retry | A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts. | 499 |
sija/retriable.cr | A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
sindresorhus/p-retry | A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 795 |
kamilsk/retry | A library providing an interruptible mechanism to perform actions repetitively until successful | 340 |
shafreeck/retry | A simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy | 12 |
rholder/retrying | A general-purpose retrying library for Python applications | 1,917 |
bmuschko/kubectl-swiftnp | Displays detailed information about Network Policies in Kubernetes clusters | 11 |
plexsystems/konstraint | Automates policy management and constraint creation for Gatekeeper and Conftest | 383 |
safwank/elixirretry | Provides macros for retrying code with customizable delay and exception handling strategies. | 443 |
ybbus/httpretry | Enriches an HTTP client with automatic retry functionality using exponential backoff. | 47 |
mattfenwick/kubectl-cyclonus | A kubectl plugin that provides a way to work with network policies in Kubernetes clusters | 29 |
rafaeljesus/retry-go | A package for implementing retries in Go programs with flexible retry policies and timing | 50 |
hashicorp/go-retryablehttp | A Go library that provides an HTTP client with automatic retries and exponential backoff. | 1,995 |
thedevsaddam/retry | Provides a flexible retry mechanism for Go functions | 66 |
itpixelz/ngx-http-retry | A service that adds retry logic to Angular's HttpClient methods | 1 |