violet_rails icon indicating copy to clipboard operation
violet_rails copied to clipboard

remove usage of activejob

Open donrestarone opened this issue 3 years ago • 1 comments

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

donrestarone avatar Jul 07 '22 23:07 donrestarone

activestorage / rails queues: https://mikerogers.io/2019/06/06/rails-6-sidekiq-queues

https://andycroll.com/ruby/use-sidekiq-directly-not-through-active-job/

donrestarone avatar Jul 07 '22 23:07 donrestarone