violet_rails
violet_rails copied to clipboard
remove usage of activejob
Is your feature request related to a problem? Please describe.
Activejob is needless complexity when we are already invested in sidekiq
Describe the solution you'd like
We are looking to reduce complexity in Violet Rails. The goal is to remove usage of active job so we no longer need this initializer: https://github.com/restarone/violet_rails/blob/master/config/initializers/active_job.rb
activestorage / rails queues: https://mikerogers.io/2019/06/06/rails-6-sidekiq-queues
https://andycroll.com/ruby/use-sidekiq-directly-not-through-active-job/