A dedicated web-worker for the `setTimeout` method. Client-side only, No server required.
Timeout worker for favicon
Timeout worker for favicon
No description provided.
Make a regular expression time out if it takes too long to execute
Offload tasks to a pool of workers on node.js and in the browser
Seamless REST/GraphQL API mocking library for browser and Node.js.
Worker based timers for Stream.io JS-based SDKs and applications
Consistent Web Workers in browser and Node.
Utilities for executing code in Web Workers
The worker which is used by the worker-timers package.
A fast, efficient Node.js Worker Thread Pool implementation
Timers extensions
Timeout a promise after a specified amount of time
Missing keepalive http.Agent
Create an AbortSignal that aborts after a delay
A really simple message queue based on Redis
The broker which is used by the worker-timers package.
Communicate with a Web Worker using Promises, allowing transferList
Temporal.io SDK Worker sub-package
A little factory function to create a JSON-RPC based Web Worker implementation.
worker loader module for webpack
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
Make a synchronous function have a timeout
A Resque plugin. If you want set worker timeout, extend it with this module. For example: class TransferFileWorker extend Resque::Plugins::WorkerTimeout # 10 minutes (default 10 minutes) @timeout = 600 # reenqueue worker if timeout happend (default false) @reenqueue_worker = true def self.perform(file_name) # transfer file end end
Background worker wrappers that provides optional timeout and reentrancy
Sidekiq worker wrapper that provides optional timeout and after failure (reentrancy)
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-acquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-aquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.
A production-hardened fork of fluent-plugin-dynatrace with multi-worker support, configurable timeouts, TLS certificate options, and batch size limits. Ruby 3.0+ optimized.