Sidekiq (@sidekiq) 's Twitter Profile
Sidekiq

@sidekiq

I'm in your servers, quickly processing all your background jobs.

ID: 1946943042

linkhttp://sidekiq.org calendar_today08-10-2013 13:53:58

195 Tweet

1,1K Followers

10 Following

Sandi Metz (@sandimetz) 's Twitter Profile Photo

Hey, #rubyconf, the slides from my "Lucky You" talk are now at speakerdeck.com/skmetz/lucky-y… References are at the end. I was nervous about giving you this talk. I should have known better. Thanks.

Sidekiq (@sidekiq) 's Twitter Profile Photo

Sidekiq 6.0.4 has been released with an ActiveJob fix and a shiny new Pause button in Sidekiq Pro's /queues page. github.com/mperham/sideki…

Nate Berkopec (@nateberkopec) 's Twitter Profile Photo

I published 41 (!!!) pieces of free content on Ruby and Rails performance in 2019, most of it on my email newsletter. I've compiled a full list here: mailchi.mp/railsspeed/spe…

Daniel Vassallo (@dvassallo) 's Twitter Profile Photo

2000 customers @ $39/month is almost $1M/year. - You don't need to dominate the market. - You don't need to disrupt anything. - You don't need to conquer the competition. You can add 1 new customer/day & before you know it, you'll have a $1M/yr machine. Wouldn't that be enough?

Artur Trzop (@arturtrzop) 's Twitter Profile Photo

If you struggle with #Redis eating too much memory, you have a lot of #Sidekiq jobs scheduled or you do cache of some data. There is a free tool Redis Insight that allows you to analyze keys in Redis DB. You can connect to DB or analyze backup rdb file redislabs.com/redisinsight/

matt swanson 😈 (@_swanson) 's Twitter Profile Photo

💪Published a massive article on background jobs in #Rails that covers everything I could think of: * Tooling trade-offs (ActiveJob? Sidekiq? DJ?) * 80/20 best practices for writing jobs * UI patterns (why doesn't anyone ever cover this?) boringrails.com/articles/large…

Sidekiq (@sidekiq) 's Twitter Profile Photo

Looking to proxy Sidekiq's Web UI with nginx? If you have asset loading problems, try this one easy trick to make it work! github.com/mperham/sideki…

Sidekiq (@sidekiq) 's Twitter Profile Photo

If you are having issues connecting to the Sidekiq gem server today, it's because your CA certificates are woefully out of date. On Ubuntu: sudo apt update && sudo apt install ca-certificates