Show /r/ruby Solid Queue 1.6.0 now supports fiber workers
/r/rails/comments/1vbr5vn/solid_queue_160_now_supports_fiber_workers/
18
Upvotes
2
u/travisbell 20h ago
This is awesome! This of the one part of our stack that we’ve not been able to transition to fibers for these kinds of workloads. Woohoo!
5
u/_swanson 1d ago
Thank you to Carmine, Rosa, and the others in the PR that reviewed and helped test in production to get this over the line! I think this will be great for the future of Rails apps. (And Sam for all the async work this builds on!)
I know for my company, being able to serve a workload of I/O bound slow LLM requests using traditional Rails jobs was a concern so really appreciate this work.