| ▲ | Solid Queue 1.6.0 now supports fiber workers(github.com) | |||||||||||||
| 27 points by earcar 5 hours ago | 7 comments | ||||||||||||||
| ▲ | swe_dima an hour ago | parent | next [-] | |||||||||||||
My concern is number of database connections. In the example it's 100 fibers per worker, at that rate you are going to exhaust db connections sooner. Happy to be wrong. | ||||||||||||||
| ||||||||||||||
| ▲ | ramon156 2 hours ago | parent | prev | next [-] | |||||||||||||
So fibers are a lot like threads but they're more scoped to a task that can be paused and resumed, that's kinda cool | ||||||||||||||
| ||||||||||||||
| ▲ | Lio 3 hours ago | parent | prev [-] | |||||||||||||
This is a nice update. 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. | ||||||||||||||