Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ActiveJob #71

Open
duduribeiro opened this issue Feb 21, 2018 · 0 comments
Open

Use ActiveJob #71

duduribeiro opened this issue Feb 21, 2018 · 0 comments

Comments

@duduribeiro
Copy link
Member

Instead of using Sidekiq directly, we can start use ActiveJob pointing to it.

This will allow us to easily migrate to another background processor solution and have ActionMailer fully integrate with it.

We will have some downsides on this part. Some advanced Sidekiq features, like saving backtraces, cannot be controlled or configured via ActiveJob. We should think if this migration will be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant