restarone / violet_rails

an app engine for your business. Seamlessly implement business logic with a powerful API. Out of the box CMS, blog, forum and email functionality. Developer friendly & easily extendable for your next SaaS/XaaS project. Built with Rails 6, Devise, Sidekiq & PostgreSQL
https://violet.restarone.solutions
MIT License
95 stars 43 forks source link

remove usage of activejob #882

Open donrestarone opened 2 years ago

donrestarone commented 2 years ago

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 commented 2 years ago

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

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