#solidqueue search results
In the first episode of ‘On Rails’, host @robbyrussell chats with @rosapolis, Principal Programmer at @37signals, about the technical decisions behind #SolidQueue - a database-backed job queue replacing Resque in their Rails apps. Listen to the full episode here:…
After years of tackling background job complexities with Resque and Redis at @37signals, the team finally decided to build an out-of-the-box solution. Enter #SolidQueue, a default in Rails 8. Join @rosapolis at #RailsWorld as she presents Solid Queue and shares their journey and…
Learn how to manage asynchronous tasks in #Rails8 using #SolidQueue without relying on Redis or additional dependencies. @typecraft_dev shows you how this reduces complexity, cuts costs, and simplifies your app’s infrastructure, and it all comes default with Rails 8.…
Is anyone interested in batch jobs for SolidQueue? Once all the jobs in the batch are completed, an optional job is executed with the current batch set as a parameter. #rails, #solidqueue
Great Meetup at @MindfulChefUK HQ in London this week. Big turnout and my talk went surprisingly well considering I lost my notes minutes before kick off 🤣 Live coding demo of #solidqueue went to plan, despite the self sabotage! #ruby #rubyfriends 📷 unknown
先日リリースされた SolidQueue v0.9.0 に地味に大きな変更が入ったのでその点を追記・修正しました。 SolidQueue解体新書 - メドピア開発者ブログ tech.medpeer.co.jp/entry/solid_qu… #Rails #Ruby #SolidQueue
Episode #468 - Processing Large Jobs #ruby #rubyonrails #solidqueue #activestorage #programming #code driftingruby.com/episodes/proce…
driftingruby.com
Episode 468 - Processing Large Jobs | Drifting Ruby
In this episode, we will upload a CSV file but need to pass it into a background job. This can prove to be difficult based on the hosting infrastructure so we'll explore some mechanisms to work...
I think providing this Run Now in the recurring task is very useful option for the developers and debuggers in the latest mission_control_jobs in Rails 8 #rails #solidqueue #ruby
anybody has any experience with local_bus as replacement for #rails' #solidqueue? github.com/hopsoft/local_…
Upgraded Rails from v7 to v8, one of the smoothest upgrades I've experienced, especially considering I ditched Redis and replaced queueing & pub-sub - all in one clean, 15-minute shot! 🚀 Smooth as butter. #rails #modernweb #solidqueue #solidcable
I've just delivered my first production project using #SolidQueue. I can't say anything other than - smooth and stable. Great job @rosapolis :)
Struggling with #SolidQueue 1.1.3 setup in your #rubyonrails 8 app? I hit some bumps, too — especially with PostgreSQL and #capistrano. After digging through docs, blog posts & GitHub issues, I put together a guide to save you time! bottom👇
Been checking out the code for #SolidQueue by @rosapolis, and there are so many patterns and details to learn from. I am genuinely leveling up my knowledge and skill in writing Ruby and Rails engines just from careful study of this codebase. Plus, I love the functionality!
SolidQueue, the default ActiveJob's adapter in Rails, is very cool. But there is a catch - it needs 1Gb RAM to make all things out of the box working fine. That means it's not good for Heroku default Dynos. Surprise - github.com/rails/solid_qu… #rails #solidqueue #activejob #heroku
Wrote a blog on "How we migrated from Sidekiq to Solid Queue" bigbinary.com/blog/migrating… #ruby #rubyonrails #solidqueue
Episode #498 - Conditional Queue #ruby #rubyonrails #solidqueue #backgroundjobs #programming #code driftingruby.com/episodes/condi…
driftingruby.com
Episode 498 - Conditional Queue | Drifting Ruby
In this episode we look at processing background jobs in a way that can conditionally send the work to be processed to different queues. This can be very powerful in situations where you need to...
I’m definitely looking forward to this! We’ve switched one of our products over to #SolidQueue but not the high-traffic @buzzsprout!
After years of tackling background job complexities with Resque and Redis at @37signals, the team finally decided to build an out-of-the-box solution. Enter #SolidQueue, a default in Rails 8. Join @rosapolis at #RailsWorld as she presents Solid Queue and shares their journey and…
🟠 Vuelve @madridrb: 📅 30 de enero 🕢 19:30 📍 #StageOne, SNGULAR Madrid @rosapolis hablará sobre #SolidQueue y cómo enfrentarse a retos de rendimiento y fiabilidad en Rails 8. 🔗 Inscríbete aquí: madridrb.com/events/january…
SolidQueue, the default ActiveJob's adapter in Rails, is very cool. But there is a catch - it needs 1Gb RAM to make all things out of the box working fine. That means it's not good for Heroku default Dynos. Surprise - github.com/rails/solid_qu… #rails #solidqueue #activejob #heroku
In the first episode of ‘On Rails’, host @robbyrussell chats with @rosapolis, Principal Programmer at @37signals, about the technical decisions behind #SolidQueue - a database-backed job queue replacing Resque in their Rails apps. Listen to the full episode here:…
🎯📈 Solid Queue revolutionizes Ruby on Rails background jobs! It removes external dependencies like Redis, delivering performant processing directly w... #AI #Tech #SolidQueue #RubyOnRails 🔗 blog.appsignal.com/2025/06/18/a-d…
Episode #498 - Conditional Queue #ruby #rubyonrails #solidqueue #backgroundjobs #programming #code driftingruby.com/episodes/condi…
driftingruby.com
Episode 498 - Conditional Queue | Drifting Ruby
In this episode we look at processing background jobs in a way that can conditionally send the work to be processed to different queues. This can be very powerful in situations where you need to...
Learn how to manage asynchronous tasks in #Rails8 using #SolidQueue without relying on Redis or additional dependencies. @typecraft_dev shows you how this reduces complexity, cuts costs, and simplifies your app’s infrastructure, and it all comes default with Rails 8.…
Mañana tendremos a @madridrb en el #StageOne 🔥 @rosapolis hablará sobre cómo diseñaron #SolidQueue y la convirtieron en la herramienta predeterminada para Rails 8. 📅 30 de enero ⏰ 19:30 en #Madrid ¡Estás a tiempo de apuntarte! ⬇️⬇️⬇️ madridrb.com/events/january…
🟠 Vuelve @madridrb: 📅 30 de enero 🕢 19:30 📍 #StageOne, SNGULAR Madrid @rosapolis hablará sobre #SolidQueue y cómo enfrentarse a retos de rendimiento y fiabilidad en Rails 8. 🔗 Inscríbete aquí: madridrb.com/events/january…
Muy pronto tenemos evento de @madridrb en el #StageOne 🔥 @rosapolis presentará #SolidQueue, explicará algunos de los problemas que ha encontrado por el camino y cómo pudo resolverlos. 📅 30 de enero ⏰ 19:30 en #Madrid Apúntate ⬇️⬇️⬇️ madridrb.com/events/january…
Upgraded Rails from v7 to v8, one of the smoothest upgrades I've experienced, especially considering I ditched Redis and replaced queueing & pub-sub - all in one clean, 15-minute shot! 🚀 Smooth as butter. #rails #modernweb #solidqueue #solidcable
I’m using Heroku’s intro dynos which used to be fine for side projects. However, I’ve got a new #Rails 8 application with Solid Queue running and it’s staying over 100% memory utilization. What gives? It’s a very basic setup. #ruby #solidqueue
I think providing this Run Now in the recurring task is very useful option for the developers and debuggers in the latest mission_control_jobs in Rails 8 #rails #solidqueue #ruby
anybody has any experience with local_bus as replacement for #rails' #solidqueue? github.com/hopsoft/local_…
Is anyone interested in batch jobs for SolidQueue? Once all the jobs in the batch are completed, an optional job is executed with the current batch set as a parameter. #rails, #solidqueue
先日リリースされた SolidQueue v0.9.0 に地味に大きな変更が入ったのでその点を追記・修正しました。 SolidQueue解体新書 - メドピア開発者ブログ tech.medpeer.co.jp/entry/solid_qu… #Rails #Ruby #SolidQueue
Episode #468 - Processing Large Jobs #ruby #rubyonrails #solidqueue #activestorage #programming #code driftingruby.com/episodes/proce…
driftingruby.com
Episode 468 - Processing Large Jobs | Drifting Ruby
In this episode, we will upload a CSV file but need to pass it into a background job. This can prove to be difficult based on the hosting infrastructure so we'll explore some mechanisms to work...
I’m definitely looking forward to this! We’ve switched one of our products over to #SolidQueue but not the high-traffic @buzzsprout!
After years of tackling background job complexities with Resque and Redis at @37signals, the team finally decided to build an out-of-the-box solution. Enter #SolidQueue, a default in Rails 8. Join @rosapolis at #RailsWorld as she presents Solid Queue and shares their journey and…
After years of tackling background job complexities with Resque and Redis at @37signals, the team finally decided to build an out-of-the-box solution. Enter #SolidQueue, a default in Rails 8. Join @rosapolis at #RailsWorld as she presents Solid Queue and shares their journey and…
After years of tackling background job complexities with Resque and Redis at @37signals, the team finally decided to build an out-of-the-box solution. Enter #SolidQueue, a default in Rails 8. Join @rosapolis at #RailsWorld as she presents Solid Queue and shares their journey and…
Learn how to manage asynchronous tasks in #Rails8 using #SolidQueue without relying on Redis or additional dependencies. @typecraft_dev shows you how this reduces complexity, cuts costs, and simplifies your app’s infrastructure, and it all comes default with Rails 8.…
Great Meetup at @MindfulChefUK HQ in London this week. Big turnout and my talk went surprisingly well considering I lost my notes minutes before kick off 🤣 Live coding demo of #solidqueue went to plan, despite the self sabotage! #ruby #rubyfriends 📷 unknown
Is anyone interested in batch jobs for SolidQueue? Once all the jobs in the batch are completed, an optional job is executed with the current batch set as a parameter. #rails, #solidqueue
I think providing this Run Now in the recurring task is very useful option for the developers and debuggers in the latest mission_control_jobs in Rails 8 #rails #solidqueue #ruby
Something went wrong.
Something went wrong.
United States Trends
- 1. #BUNCHITA 1,469 posts
- 2. #SmackDown 42.3K posts
- 3. Tulane 3,514 posts
- 4. Aaron Gordon 2,036 posts
- 5. Giulia 13.8K posts
- 6. Supreme Court 179K posts
- 7. #OPLive 2,211 posts
- 8. Connor Bedard 2,074 posts
- 9. #TheLastDriveIn 3,055 posts
- 10. #BostonBlue 4,179 posts
- 11. Caleb Wilson 5,355 posts
- 12. Podz 2,429 posts
- 13. Northwestern 4,758 posts
- 14. Scott Frost N/A
- 15. Rockets 20K posts
- 16. Westbrook 5,011 posts
- 17. Memphis 15.4K posts
- 18. Frankenstein 71.7K posts
- 19. Zach Lavine N/A
- 20. Isaiah Hartenstein N/A