We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!
We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!
๐จ๐ Welcome aboard the ๐ #AppSignal ๐ค๏ธ express, where buzzwords like "Solid Queue" sound like a hipster brunch choice and "Anomaly Detection" is your morning coffee spilling! โ Who knew Ruby on Rails needed more rails and less ruby? ๐คทโโ๏ธ
https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html #SolidQueue #AnomalyDetection #RubyOnRails #TechTrends #HackerNews #ngated
An Introduction to Solid Queue for Ruby on Rails
https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
#HackerNews #SolidQueue #RubyOnRails #Introduction #AppSignal #TechBlog
Episode #498 - Conditional Queue
#ruby #rubyonrails #solidqueue #backgroundjobs #programming #code
It's always great to see @rosa and she talked about her #SolidQueue implementation at #rubycommunityconference in #krakow.
She also gave a shout-out to @bensheldon's #goodjob and mentioned how @getajobmike's @sidekiq is blazingly fast.
#ruby #rails #queue #rubyonrails #activerecord #poland #37signals #backgroundprocessing #backgroundprocesses #sidekiq
I'm adding background jobs to my new app (Rails7.2 + SolidQueue), and not sure how things should be designed.
I need to run daily job to generate notifications on user-created task due/reminder date.
Should I:
1) create one job that iterates all relevant tasks and generates notifications? (might get slow with more users)
2) have one job that iterates tasks, and creates separate job for every relevant task?
3) something else?
Picture this: you're six months into a fresh Rails app that processes business-critical jobs with Solid Queueโand you deployed a bug that is wreaking havoc in thousands of jobs. How do you find them?
You'll wish you'd read our latest article from Jeffery Morhous!
https://www.honeybadger.io/blog/solid-queue-lifecycle/?utm_source=mastodon&utm_medium=social
Sidekiq To SolidQueue Migration
https://blog.saeloun.com/2024/08/21/sidekiq-to-solid-queue-migration/
Episode #468 - Processing Large Jobs
#ruby #rubyonrails #solidqueue #activestorage #programming #code
There are many tutorials about how to use Solid Queue, but not as many about running it in production. So we made one:
https://www.honeybadger.io/blog/deploy-solid-queue-rails/?utm_source=mastodon&utm_medium=social
Such a great overview of migrating from #sidekiq to #SolidQueue https://www.bigbinary.com/blog/migrating-to-solid-queue-from-sidekiq
Unless you need Redis for queues, it almost never makes sense for jobs to backed by something so sensitive.