Making the Rails Default Job Queue Fiber-Based
I tried Async::Job for my LLM apps, hit its limits, and patched Solid Queue to run jobs as fibers instead.
I tried Async::Job for my LLM apps, hit its limits, and patched Solid Queue to run jobs as fibers instead.
How Ruby's async ecosystem transforms resource-intensive LLM applications into efficient, scalable systems - without rewriting your codebase.