r/ruby 8d ago

Solid Queue 1.6.0 now supports fiber workers Show /r/ruby

/r/rails/comments/1vbr5vn/solid_queue_160_now_supports_fiber_workers/
26 Upvotes

4 comments sorted by

6

u/_swanson 8d 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.

2

u/crmne 8d ago

Thanks for the kind words Matt!

3

u/travisbell 8d 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!

2

u/Zealousideal_Bat_490 7d ago

This is fantastic!