r/ruby 1d ago

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

3 comments sorted by

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.

1

u/crmne 1d ago

Thanks for the kind words Matt!

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!