#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…

rails's tweet image. 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.…

rails's tweet image. 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.…

We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!

railsconf's tweet image. We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!

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

scottw's tweet image. 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

tapster's tweet image. 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
tapster's tweet image. 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


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

santattech's tweet image. 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

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


#SolidQueue & #MissionControl to manage jobs (excited 🤪).


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


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…

rails's tweet image. 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…


We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!

railsconf's tweet image. We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!

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.…

rails's tweet image. 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

santattech's tweet image. 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

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

scottw's tweet image. 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


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…

rails's tweet image. 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…

rails's tweet image. 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…

No results for "#solidqueue"

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…

rails's tweet image. 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.…

rails's tweet image. 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.…

We'll also have the one-and-only Rosa Gutierrez, Maintainer of #SolidQueue!

railsconf's tweet image. We'll also have the one-and-only Rosa Gutierrez, Maintainer of #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

tapster's tweet image. 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
tapster's tweet image. 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

scottw's tweet image. 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

santattech's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends