child_process#exec with retry on failure
A utility to retry failed async methods.
Abstraction for exponential and custom retry strategies for failed operations.
Retries a function that returns a promise, leveraging the power of the retry module.
TypeScript definitions for retry
Client for the n8n sandbox service API
Execute shell command forwarding all stdio.
Actions exec lib
Retries a function that returns a promise, leveraging the power of the retry module.
Retrying made simple, easy and async
An exchange for operation retry support in urql
Retry a promise-returning or async function
Retry HTTP requests with Axios.
Axios plugin that intercepts failed requests and retries them whenever posible.
Check whether a request can be retried based on the `error.code`
Bull / BullMQ queue command line REPL
Retry a request.
Extend any fetch library with retry functionality
A tiny cross-platform promise based wrapper around child_process.spawn.
Retry a failed promise
TypeScript definitions for async-retry
Returns a promise with the results of a shell command
Automatic retry plugin for octokit
retry for functions returning a promise
Miscellaneous methods that may or may not be useful. sh:: Safely pass untrusted parameters to sh scripts. fork_and_check:: Run a block in a forked process and raise an exception if the process returns a non-zero value. do_and_exit, do_and_exit!:: Run a block. If the block does not run exit!, a successful exec or equivalent, run exit(1) or exit!(1) ourselves. Useful to make sure a forked block either runs a successful exec or dies. Any exceptions from the block are printed to standard error. overwrite:: Safely replace a file. Writes to a temporary file and then moves it over the old file. tempname_for:: Generates an unique temporary path based on a filename. The generated filename resides in the same directory as the original one. try_n_times:: Retries a block of code until it succeeds or a maximum number of attempts (default 10) is exceeded. Exception#to_formatted_string:: Returns a string that looks like how Ruby would dump an uncaught exception. IO#best_datasync:: Tries fdatasync, falling back to fsync, falling back to flush.
Miscellaneous methods that may or may not be useful. sh:: Safely pass untrusted parameters to sh scripts. Raise an exception if the script returns a non-zero value. fork_and_check:: Run a block in a forked process and raise an exception if the process returns a non-zero value. do_and_exit, do_and_exit!:: Run a block. If the block does not run exit!, a successful exec or equivalent, run exit(1) or exit!(1) ourselves. Useful to make sure a forked block either runs a successful exec or dies. Any exceptions from the block are printed to standard error. overwrite:: Safely replace a file. Writes to a temporary file and then moves it over the old file. tempname_for:: Generates an unique temporary path based on a filename. The generated filename resides in the same directory as the original one. try_n_times:: Retries a block of code until it succeeds or a maximum number of attempts (default 10) is exceeded. Exception#to_formatted_string:: Return a string that looks like how Ruby would dump an uncaught exception. IO#best_datasync:: Try fdatasync, falling back to fsync, falling back to flush. Random#exp:: Return a random integer 0 ≤ n < 2^argument (using SecureRandom). Random#float:: Return a random float 0.0 ≤ n < argument (using SecureRandom). Random#int:: Return a random integer 0 ≤ n < argument (using SecureRandom). Password:: A small wrapper for String#crypt that does secure salt generation and easy password verification.
Contentful API wrapper library exposing an ActiveRecord-like interface