Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
The fastest, most reliable, Redis-based queue for Node. Carefully written for rock solid stability and atomicity. | APM is a production-grade process manager for Linux, built for DevOps and backend teams. Run and supervise Node.js, Python, Go, Rust, Ruby, PHP, or any Linux executable. Ships with a built-in reverse proxy, token bucket rate limiter, TLS/mTLS, file watcher, and a live web GUI — all in a single 2.5MB static binary with zero dependencies. |
Minimal CPU usage due to a polling-free design.; Robust design based on Redis.; Delayed jobs.; Schedule and repeat jobs according to a cron specification.; Rate limiter for jobs.; Retries.; Priority.; Concurrency.; Pause/resume—globally or locally.; Multiple job types per queue.; Threaded (sandboxed) processing functions.; Automatic recovery from process crashes. | Process management, Reverse proxy, Rate limiting, TLS/mTLS, File watcher, Live dashboard, Load balancing, Static binary, Zero dependencies, Log management, CLI monitor, Health monitoring, Auto restart, Clustering, Zero downtime deployment, CPU monitoring, Memory monitoring, Environment variables, Startup scripts |
Statistics | |
GitHub Stars 16.2K | GitHub Stars - |
GitHub Forks 1.4K | GitHub Forks - |
Stacks 92 | Stacks 0 |
Followers 113 | Followers 1 |
Votes 1 | Votes 1 |
Pros & Cons | |
Pros
| No community feedback yet |
Integrations | |
| No integrations available | |

HAProxy (High Availability Proxy) is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple.

A modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components and configures itself automatically and dynamically.

Beanstalks's interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

With Elastic Load Balancing, you can add and remove EC2 instances as your needs change without disrupting the overall flow of information. If one EC2 instance fails, Elastic Load Balancing automatically reroutes the traffic to the remaining running EC2 instances. If the failed EC2 instance is restored, Elastic Load Balancing restores the traffic to that instance. Elastic Load Balancing offers clients a single point of contact, and it can also serve as the first line of defense against attacks on your network. You can offload the work of encryption and decryption to Elastic Load Balancing, so your servers can focus on their main task.

It is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don't want to put in your request processing pipeline. It supports all kind of background tasks – short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent.

Deploy apps through our global load balancer with minimal shenanigans. All Fly-enabled applications get free SSL certificates, accept traffic through our global network of datacenters, and encrypt all traffic from visitors through to application servers.

Originally built at Lyft, Envoy is a high performance C++ distributed proxy designed for single services and applications, as well as a communication bus and “universal data plane” designed for large microservice “service mesh” architectures.

Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.

Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.