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: 189,294 of 193,214
Downloads: 534

Daily

Ranking: 74,024 of 193,188
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29983,045,376rspec
158317,857,027sidekiq
1,00948,779,470async

Owners

#GravatarHandle
1iconyashdave00