Schedule Content To Publish With Sidekiq Scheduler | Ruby On Rails 7 Tutorial

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 10

  • @Deanin
    @Deanin  Год назад +5

    Hope this is helpful! 😄
    If you missed the original Sidekiq tutorial, you can get caught up here: ruclips.net/video/fUVTtTVJ_QY/видео.html

  • @rafaljaroszewicz8695
    @rafaljaroszewicz8695 Год назад +5

    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😅

    • @Deanin
      @Deanin  Год назад +2

      Haha glad to hear it because they're also a lot easier to make 😅

    • @rafaljaroszewicz8695
      @rafaljaroszewicz8695 Год назад +3

      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

  • @marcelodias6638
    @marcelodias6638 6 месяцев назад

    Update:
    Now you may wanna do something like this:
    :scheduler:
    :schedule:
    post_schedule:
    Or else you're going to get an error.
    Great content!

  • @stpaquet
    @stpaquet Год назад +1

    very interesting. I was using a different gem for scheduling, but having all under the same umbrella simplifies ops. Thx for sharing

  • @azizdevfull
    @azizdevfull Год назад +1

    very useful for my blog app : )

  • @ddd2283
    @ddd2283 Год назад +2

    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!

  • @eduardomaes
    @eduardomaes Год назад

    thanks!

  • @developerfoe
    @developerfoe Год назад +1

    another geat knock.