288 packages found
Retry a promise-returning or async function
- promise
- retry
- retries
- operation
- failed
- rejected
- try
- exponential
- backoff
- attempt
- async
- await
- promises
- concurrently
- View more
Tries to execute a function and discards any error that occurs
Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
Flatry converting promise or function to flat array response. Inspired by golang style error handling without try/catch.
`Start a promise chain
Wrap `require` in a try/catch block.
Transient exception handling
An asynchronous domain-based exception handler with long stack traces for node.js
if (AppCrash === true) { try_to_run...
- try
- to
- run
- fault tolerant
- tools
- pm2
- reload
- production
- node.js
- strong
- deploy
- deployment
- daemon
- supervisor
- View more
Functional async flow control library
Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.
Simple try/catch wrapper that runs a function and returns an error-first array
Basic wrapper for await that allows handling of errors without try/catch blocks
Eliminate try-catch and make it possible to handle all 3 outcomes differently: result, native exception, & application error.
Basic wrapper for await that allows handling of errors without try/catch blocks
Simple performant try-catch wrapper
ES Proposal spec-compliant shim for Promise.try
wraps the original function with error-handling logic
Library that can be used to retry functions that return promise