RubyGems Navigation menu

sidekiq-fiber 0.1.2

sidekiq-fiber lets you run IO-bound Sidekiq jobs as fibers instead of threads. A single thread can process thousands of concurrent jobs that spend most of their time waiting on external IO (HTTP, LLM APIs, S3) — without the memory and OS overhead of one thread per job.

Gemfile:
=

install:
=

Versions:

  1. 0.1.2 May 04, 2026 (13.5 KB)
  2. 0.1.1 May 04, 2026 (13.5 KB)
  3. 0.1.0 May 04, 2026 (11.5 KB)

Runtime Dependencies (2):

async >= 2.0
sidekiq >= 7.0

Development Dependencies (1):

rspec ~> 3.0

Owners:

Pushed by:

Authors:

  • Yash Dave

SHA 256 checksum:

=

Total downloads 372

For this version 166

Version Released:

License:

MIT

Required Ruby Version: >= 3.0.0

Links: