How to use Mission Control Jobs in Rails

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

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

  • @GorailsTV
    @GorailsTV  9 месяцев назад +7

    Really excited to have an official dashboard for Action Job with Mission Control! 👨‍🚀🚀

  • @anthonynta3625
    @anthonynta3625 9 месяцев назад

    I am having issues using mission controle with my RAILS API backend. any pointers?

  • @m.purushothamreddy4901
    @m.purushothamreddy4901 9 месяцев назад +1

    What difference does this bring when compared with sidekiq?

    • @fuu812
      @fuu812 9 месяцев назад

      Good question. Imo:
      1) This comes as a response to sidekiq's own proprietary admin, the idea is you shouldn't Need a proprietary thing to admin jobs and you should be able to switch one system to the other in a "native" way
      2) As sidekiq has already a well established admin I do Not think it's their priority to rebuild it asap
      3) It currently supports Resque and Solid Queue

  • @johnpitchko
    @johnpitchko 9 месяцев назад

    Look forward to try this out but I need a scheduler. Hope that feature is released soon.

    • @GorailsTV
      @GorailsTV  9 месяцев назад +1

      You can always queue up jobs with cron.

    • @johnpitchko
      @johnpitchko 9 месяцев назад

      @@GorailsTV Oh damn why didn't I think of that? :D

    • @tangotubetv
      @tangotubetv 9 месяцев назад

      What exactly are you referring to here? A gem. Service?@@GorailsTV

    • @Justinallenmarsh
      @Justinallenmarsh 9 месяцев назад

      What exactly are you referring to here? a gem? service?@@GorailsTV

  • @developerfoe
    @developerfoe 9 месяцев назад

    so waiting for its integration with sidekiq