dash icon indicating copy to clipboard operation
dash copied to clipboard

[REQUEST] Use ActiveJob (With Sidekiq) instead of Sidekiq directly

Open arielj opened this issue 5 years ago • 0 comments

IMPORTANT: please make sure you ask yourself all intro questions and fill all sections of the template.

Before we start...:

  • [x] I checked the documentation and didn't find this feature
  • [x] I checked to make sure that this feature has not already been requested

Branch/Commit:

Main branch.

Describe the feature:

Using ActiveJob would make development easier, we can setup an inline processor for development and sidekiq for production. That way we won't depend on redis and sidekiq locally, making the setup easier.

Problem:

Currently, we have to setup redis and sidekiq and run them manually in separated processes to do the syncing.

Resources:

https://edgeguides.rubyonrails.org/active_job_basics.html#backends

I will abide by the code of conduct

arielj avatar Nov 09 '20 15:11 arielj