Categories: None [Edit]

sidekiq-fiber

https://rubygems.org/gems/sidekiq-fiber
https://github.com/yashdave31/sidekiq-fiber
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.

Total

Ranking: 191,837 of 196,721
Downloads: 660

Daily

Ranking: 58,818 of 196,694
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
291,017,967,488rspec
158335,332,496sidekiq
98252,949,718async

Owners

#GravatarHandle
1iconyashdave00