Easily run inline and imported functions within an ephemeral web worker
A fast, efficient Node.js Worker Thread Pool implementation
Seamless REST/GraphQL API mocking library for browser and Node.js.
Utilities for executing code in Web Workers
Web workers & worker threads as simple as a function call
No description provided.
Package that is used at Cloudflare to power some internal features of Cloudflare Workers.
Command-line interface for all things Cloudflare Workers
MSR JavaScript Cryptography Library
Adapt Node programs to run as a Bazel worker
A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
A high-performance pure-javascript SHA1 implementation suitable for large binary data.
A replacement for setInterval() and setTimeout() which works in unfocused windows.
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
A WebdriverIO runner to run tests locally
PWA schematics for Angular
Job queue for PostgreSQL
a built-in tap extension for t.worker()
A Node.js communication port that can pass messages synchronously between workers
A simple RPC layer for communicating with web workers and over other transports
The broker which is used by the worker-timers package.
Consistent Web Workers in browser and Node.
PHP.wasm – service worker utils
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
Save background worker runs to the database
Run simple workers in a separate thread
MobSpawner manages worker threads that can run arbitrary commands and report results. Unlike distributed queues, MobSpawner is self-contained and perfect for small batch scripts that need to run multiple independent jobs.
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
Runs Resque workers, threaded, within the Trinidad application server
Easily run multiple methods per sidekiq worker
Optimally distribute and run RSpec suites among parallel workers; for faster CI builds
A worker that will run a Github Gist on on IronWorker http://www.iron.io
Run Test::Unit / RSpec in parallel across multiple workers on Snap CI
Runs Sidekiq workers within the Trinidad application server
Sidekiq strategy to restrict number of workers which are able to run specified queues simultaneously.
Resque-Sliders is a plugin for Resque that enables you to control multiple hosts' running resque workers with a monitor PID watching over them. From the resque-web UI, you can add/delete/change which queues are running on each host running the monitor PID. Sliders are in the UI and allow you to adjust how many workers on either host should be running.