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,297 of 193,756
Downloads: 572

Daily

Ranking: 71,816 of 193,649
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29989,540,006rspec
158321,223,955sidekiq
1,00549,595,135async

Owners

#GravatarHandle
1iconyashdave00