simple_retry
Code retryer
A tool for retrying code blocks with customizable options.
a tool for retrying code blocks
6 stars
4 watching
0 forks
Language: Crystal
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rholder/retrying | A general-purpose retrying library for Python applications | 1,917 |
shafreeck/retry | A simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy | 12 |
pylons/pyramid_retry | A library that enables retryable error handling in web applications | 6 |
spider-gazelle/rethinkdb-orm | An ORM for RethinkDB with support for callbacks and associations in Crystal language | 24 |
spider-gazelle/tasker | A high precision scheduler for Crystal language | 56 |
spider-gazelle/pinger | A tool to send ICMP ping requests and determine network host availability. | 11 |
spider-gazelle/qr-code | A Crystal language implementation of QR code generation and rendering in various formats | 17 |
sindresorhus/p-retry | A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 795 |
sija/retriable.cr | A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
spider-gazelle/bindata | Provides a declarative way to read and write structured binary data | 48 |
icanzilb/retry | A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts. | 499 |
spider-gazelle/spider-gazelle | A web framework template built on top of Crystal that aims to provide speed and extensibility for building Ruby-like web applications. | 180 |
spider-gazelle/ffmpeg | A Crystal language binding for the popular multimedia processing library ffmpeg | 19 |
spider-gazelle/telnet.cr | Provides a Telnet protocol helper to buffer, process, and prepare data for sending over a network connection | 11 |
rt2zz/redux-owl | A library that provides a simple method for supporting offline sync by retrying failed actions at configurable intervals and with exponential backoff. | 9 |