Solid Queue 1.6.0 now supports fiber workers13eearcar about 3 hours ago 1 commentsRead Article on github.com DE version is available. Content is displayed in original English for accuracy.
Discussion (1 Comments)Read Original on HackerNews
Is it possible to either have multiple ractors dispatching jobs with fibres or to set up multiple queues with different strategies?
E.g. one for IO bound and one for CPU bound?
With Sidekiq I’ve had luck having workers running on Truffleruby but generally don’t use it for my main rails apps.