Bugfix: Sidekiq queues getting stuck [#411]

ref: https://github.com/rails/rails/issues/36810
closes: #411
This commit is contained in:
Sojan
2020-01-09 11:59:31 +05:30
parent 4f875dae4c
commit 8e6b735299
3 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
class Api::V1::Widget::MessagesController < ActionController::Base
skip_before_action :verify_authenticity_token
before_action :set_conversation, only: [:create]
def index