Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
I'll sidekiq you Coral!
Search
Anton Davydov
July 21, 2015
Programming
0
43
I'll sidekiq you Coral!
Anton Davydov
July 21, 2015
Tweet
Share
More Decks by Anton Davydov
See All by Anton Davydov
How to make a technical decision
davydovanton
0
93
МГТУ
davydovanton
0
62
Events. Events. Events! - krk.rb
davydovanton
0
140
Events. Events. Events!
davydovanton
0
760
Event Sourcing RubySPBConf 2k18
davydovanton
1
180
Architecture of hanami applications
davydovanton
1
7.5k
Hanami Architecture
davydovanton
2
270
viewing ruby blossom kaigi2017
davydovanton
0
580
viewing ruby blossom rdrc2017
davydovanton
2
200
Other Decks in Programming
See All in Programming
MCP調べてみました! / Exploring MCP
uhzz
2
2.3k
파급효과: From AI to Android Development
l2hyunwoo
0
140
Deoptimization: How YJIT Speeds Up Ruby by Slowing Down / RubyKaigi 2025
k0kubun
0
1.4k
カオスに立ち向かう小規模チームの装備の選択〜フルスタックTSという装備の強み _ 弱み〜/Choosing equipment for a small team facing chaos ~ Strengths and weaknesses of full-stack TS~
bitkey
1
110
Road to RubyKaigi: Making Tinny Chiptunes with Ruby
makicamel
4
470
iOSアプリで測る!名古屋駅までの 方向と距離
ryunakayama
0
130
Cursorを活用したAIプログラミングについて 入門
rect
0
100
SwiftUI API Design Lessons
niw
1
300
小田原でみんなで一句詠みたいな #phpcon_odawara
stefafafan
0
350
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
320
Vibe Coding の話をしよう
schroneko
12
3.1k
Being an ethical software engineer
xgouchet
PRO
0
220
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Music & Morning Musume
bryan
47
6.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
178
53k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.1k
Code Review Best Practice
trishagee
67
18k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Done Done
chrislema
184
16k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
Scaling GitHub
holman
459
140k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
400
Designing for humans not robots
tammielis
253
25k
Transcript
I’ll Sidekiq you Coral! Anton Davydov github.com/davydovanton
• sidekiq commiter • ruby/rails/crystal • @rubyunderhood curator • moscow-rb
I (we) <3 sidekiq!
Mike Perham github.com/mperham
Pros: • Simple • Less forking (pretty darn fast) •
Thread per worker (uses much less memory)
Cons: • Awful Web UI • Works on some rubies
better than others
Cons: • Awful Web UI • Works on some rubies
better than others
None
Sidekiq.(❨╯°□°)❩╯︵┻━┻
None
None
Organizations 137 Ruby organizations 4 (Ruby, SciRuby, Rails, GitHub) Students
1046 Students from Russia 38
None
< Sidekiq-history >
github.com/davydovanton/sidekiq-history sidekiq-history-gem.herokuapp.com/sidekiq/history
None
• Worker name • Last job status • Runtime •
Start time
• Jobs per day charts for each worker • Last
job status for each worker • Passed and failed jobs count • Average job time • Max and min jobs time • Total jobs time • Last job time
None
None
None
None
None
None
github.com/davydovanton/sidekiq-history/issues/23
Future
I <3 feedback!
Anton Davydov github.com/davydovanton twitter.com/anton_davydov Thank you