Jan Bajena
Jan Bajena
v0.4.0 pushed! Sorry for such a long delay people 🙈
Hey, I found a solution when updating Rails from 4.2 -> 5.0.1. It's a bit hacky, but does the job if you still wanna use sidekiq-mailer. I monkey patched it...
Thanks for response @ngouy! Do you know an easy way to replace this gem in Rails 5 without changing a lot of codebase?
It's nothing special: ```ruby class ApplicationMailer < ActionMailer::Base ## # The asynchronous delivery is throttled at Sidekiq::Mailer::Worker#perform # directly as we want to throttle attempts at delivery by the worker,...
Ok, thanks, I'll let you know here if I ever change it 💃
@kojiromike Thank you for posting this information. I've wasted some time chasing the same problem. Your formula seems to do the job :)
@rmosolgo Is there a chance you could release `2.3.15` soon(ish)? We'd love to start using the comments in our schema. Thank you! 🤟
FYI: It seems that I managed to fix it "properly" in https://github.com/Gusto/apollo-federation-ruby/pull/282/files#diff-713da7628fd274d64409afdd877545f73256f9e15b7e120abc8dfcf8dbe8bfc7.