fmmfonseca / work_queueLinks
A tunable work queue, designed to coordinate work between a producer and a pool of worker threads.
☆53Updated 10 years ago
Alternatives and similar repositories for work_queue
Users that are interested in work_queue are comparing it to the libraries listed below
Sorting:
- Sidekiq plugin to log in Logstash style☆68Updated 2 months ago
- Distributed locks (mutexes & semaphores) using Memcached or Redis☆119Updated 3 years ago
- Filename sanitization for Ruby☆224Updated 2 years ago
- Ruby port of client9/ipcat☆146Updated 10 months ago
- Store nested hashes in hstores in ActiveRecord☆87Updated 4 years ago
- A Redis-backed rate limiter written in Ruby☆266Updated 9 months ago
- Retries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite.☆116Updated last year
- Tooling for tracing object allocations in Ruby 2.1☆261Updated 3 years ago
- Easy-to-use anomaly detection for Ruby☆102Updated 2 months ago
- Flexible rate limiting for your Rack apps☆133Updated 3 years ago
- Priority Queue in pure Ruby☆69Updated 10 years ago
- NetHttp2 is an HTTP/2 client for Ruby.☆142Updated 4 months ago
- Rack::UTF8Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.☆323Updated last month
- JSON-RPC 2.0 client and server for Ruby☆140Updated last month
- Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached…☆111Updated 4 years ago
- A declarative sax parsing library backed by Nokogiri.☆235Updated 4 years ago
- Translates Ruby Hashes to XML☆228Updated last year
- Setup postgresql for Capistrano rails app deployment☆54Updated 2 years ago
- Render portions of your Rails view in a background job queue. ActiveJob + ActionCable.☆189Updated 7 years ago
- A sensible interface to monotonic time in Ruby☆156Updated last year
- Octoshark is an ActiveRecord connection manager☆132Updated 9 months ago
- Sidekiq middleware that adds the ability to rate limit job execution.☆234Updated last year
- Roo::Xls add support for legacy Excel file standards to Roo.☆82Updated 4 years ago
- InfluxDB ActiveRecord-style☆117Updated 8 months ago
- Around and before_all/after_all/around_all hooks for Minitest