-
Notifications
You must be signed in to change notification settings - Fork 40
Socket Errors from excon #28
Comments
@ddollar - is reraising as |
Please also see heroku/legacy-cli#611 for a similar case. |
I'm having problems with Excon as well. Our app used to work correctly using a Sidekiq worker which purpose was to send emails using ActiveMailer. The mail add-on we use is SendGrid. Here are some important backtrace lines
Any suggestions of what can I try? It's really urgent for us |
What does the code look like in the job that is calling this? Forbidden would be an access issue, ie trying to scale an app for which you do not have permission to do so. |
Pretty standard send mail code: def bid_created(to_email, sender_id, work_order_id)
load_notification_vars(sender_id, work_order_id)
mail(:to => to_email, :subject => "#{@sender.name} Bid on the #{@work_order.title} Work Order", :reply_to => @sender.email)
end |
@geemus, what do you mean by trying to scale an app, where can I start looking into this issue? |
@pabloivan57 ah. Well the error from that backtrace is one of sidekiq trying to scale itself to more workers I believe. So perhaps that is the issue at hand (rather than a mailer related one). Does that make more sense? |
(from heroku/legacy-cli#606)
This error should come up to
heroku
as something a bit nicer I think.The text was updated successfully, but these errors were encountered: