A Deep Dive into Solid Queue for Ruby on Rails
blog.appsignal.com
A Deep Dive into Solid Queue for Ruby on Rails
1–10 of 50 posts
Re: A Deep Dive into Solid Queue for Ruby on Rails
#2Re: A Deep Dive into Solid Queue for Ruby on Rails
#3I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they decided they needed to be multi-region, because reasons. But the queues weren’t set up to be multi-region, so they built an entirely new service that’s job was to decide which queue in which region jobs needed to go on. So now you had jobs cri…
Re: A Deep Dive into Solid Queue for Ruby on Rails
#4I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they decided they needed to be multi-region, because reasons. But the queues weren’t set up to be multi-region, so they built an entirely new service that’s job was to decide which queue in which region jobs needed to go on. So now you had jobs cri…
Re: A Deep Dive into Solid Queue for Ruby on Rails
#5I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they decided they needed to be multi-region, because reasons. But the queues weren’t set up to be multi-region, so they built an entirely new service that’s job was to decide which queue in which region jobs needed to go on. So now you had jobs cri…
Re: A Deep Dive into Solid Queue for Ruby on Rails
#6I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they decided they needed to be multi-region, because reasons. But the queues weren’t set up to be multi-region, so they built an entirely new service that’s job was to decide which queue in which region jobs needed to go on. So now you had jobs cri…
Re: A Deep Dive into Solid Queue for Ruby on Rails
#7I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they decided they needed to be multi-region, because reasons. But the queues weren’t set up to be multi-region, so they built an entirely new service that’s job was to decide which queue in which region jobs needed to go on. So now you had jobs cri…
Yeah this is not the fault of ruby. Sounds more like bad choices that could be made with any language or framework.
Re: A Deep Dive into Solid Queue for Ruby on Rails
#8Earlier quoted context omitted.
Yeah this is not the fault of ruby. Sounds more like bad choices that could be made with any language or framework.
Culture around a language influences what choices are made.
Re: A Deep Dive into Solid Queue for Ruby on Rails
#9Earlier quoted context omitted.
Yeah this is not the fault of ruby. Sounds more like bad choices that could be made with any language or framework.
Culture around a language influences what choices are made.
Re: A Deep Dive into Solid Queue for Ruby on Rails
#10Earlier quoted context omitted.
Culture around a language influences what choices are made.
I’ve never felt like “throw everything into a queue” was a mindset within the Ruby community, nor have we done that at my companies. And multi-region is a business decision.