Timeout middleware
Invokes callback with single error argument if timeout occurs before it's invoked by other means
reject the promise if timeout is broken
Invokes callback with single error argument if timeout occurs before it's invoked by other means
Timeout a promise after a specified amount of time
Timers extensions
Missing keepalive http.Agent
Make a synchronous function have a timeout
Create an AbortSignal that aborts after a delay
Request timeout middleware for Connect/Express
A simple tool to keep requests to be executed in order.
Easily handle defaults for your options
A simple Node.js module to check if a TCP port is already bound.
Reschedulable Timer for your node needs
Check if a local or remote port is reachable
Make a regular expression time out if it takes too long to execute
Run multiple promise-returning & async functions with limited concurrency using native ES9
Interact with Xcode
Express timeout middleware that ensures a response is returned to the client on a timeout event.
Abort requests that take longer than a specified timeout period
TypeScript definitions for connect-timeout
Node is running but you don't know why? why-is-node-running is here to help you.
Function that runs in Promise.race() your promise and a timeout, if timeout completes first resulting promise rejects with error.
Microsoft Azure SDK for JavaScript - Aborter
Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.
Rack::Timeout enhancements for Rails
Subexec spawns a subprocess with an optional timeout
Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.
IO.select based timeouts; an alternative to Ruby's stdlib Timeout module.
Provides a list of Net::HTTP timeout errors.
ProcessExecuter provides a simple API for running commands in a subprocess, with options for capturing output, handling timeouts, logging, and more. It also provides the MonitoredPipe class which expands the output redirection capabilities of Ruby's Process.spawn.
Timeout from the outside of the GVL
A cooperative timeout library providing deadline and timeout patterns that avoid Thread.raise, with nested deadline support, grace periods, callbacks, and explicit cancellation checks.
Automatic session timeout in Rails
Timeouter is advisory timeout helper without any background threads.
Sane Timeout fixes Ruby standard lib Timeout