You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: