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
Both ActiveJob and ActionMailer queue Sidekiq jobs, but they will be wrapped. This causes all of them to use the same rate limit rules. To help with this, the Sidekiq adapter includes in the payload a "wrapped" attribute pointing to the original class (sidekiq/sidekiq#2248). It seems this would be a useful improvement to use the wrapper when it's present.
What do you think?
The text was updated successfully, but these errors were encountered:
Both ActiveJob and ActionMailer queue Sidekiq jobs, but they will be wrapped. This causes all of them to use the same rate limit rules. To help with this, the Sidekiq adapter includes in the payload a "wrapped" attribute pointing to the original class (sidekiq/sidekiq#2248). It seems this would be a useful improvement to use the wrapper when it's present.
What do you think?
The text was updated successfully, but these errors were encountered: