• Kamil Trzciński's avatar
    Perform cheap thread find · 3683d2d2
    Kamil Trzciński authored
    If we process message that is not designated to us
    previously we would fire a separate Thread for that.
    We don't need to do it. We can cheaply check if thread
    is available, if it is, we can perform expensive operation
    then.
    3683d2d2
sidekiq_monitor_spec.rb 4.95 KB