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,610 of 192,692
Downloads: 445

Daily

Ranking: 9,391 of 192,666
Downloads: 49

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29976,634,844rspec
157314,344,110sidekiq
1,01647,935,771async

Owners

#GravatarHandle
1iconyashdave00