Merge pull request #2337 from internetee/2334-remove-que

Refactor: remove legacy que
This commit is contained in:
Timo Võhmar 2022-09-29 11:02:57 +03:00 committed by GitHub
commit 12fdf78b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 22 additions and 452 deletions

View file

@ -431,7 +431,6 @@ Rails.application.routes.draw do
resources :bounced_mail_addresses, only: %i[index show destroy]
authenticate :admin_user do
mount Que::Web, at: 'que'
mount Sidekiq::Web, at: 'sidekiq'
end
end