Hope this is helpful! 😄 If you missed the original Sidekiq tutorial, you can get caught up here: kzbin.info/www/bejne/nIa5haeKi6-Sh7s
@rafaljaroszewicz86952 жыл бұрын
I really like this idea of breaking down particular concepts into single episodes. They're extremely easy to digest and it's one of the best form of tutorials I've found so far. I could binge watch them and never get bored😅
@Deanin2 жыл бұрын
Haha glad to hear it because they're also a lot easier to make 😅
@rafaljaroszewicz86952 жыл бұрын
I mean, you could do a bunch of videos and stitch them together in a form of a big tutorial, but I don’t see any point in that. Short precise chunks are much easier to find and watch. It’s almost like a single responsibility principle where every episode only talks about one thing at a time
@marcelodias66387 ай бұрын
Update: Now you may wanna do something like this: :scheduler: :schedule: post_schedule: Or else you're going to get an error. Great content!
@stpaquet2 жыл бұрын
very interesting. I was using a different gem for scheduling, but having all under the same umbrella simplifies ops. Thx for sharing
@azizdevfull2 жыл бұрын
very useful for my blog app : )
@eduardomaes Жыл бұрын
thanks!
@ddd22832 жыл бұрын
They changed syntax of config in latest versions sidekiq :( You must use exactly 6.5 in your Gemfile! I spend 2 days to fix that :( Thanks for video!