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
Unfortunately Heroku's Platform API seems to be down right now. It looks like this causes workless to raise an exception, which seems to bring down my entire app.
Is there anything we can do from this gem to prevent this?
/gems/excon-0.31.0/lib/excon/ssl_socket.rb:77 in connect
/gems/excon-0.31.0/lib/excon/ssl_socket.rb:77 in initialize
/gems/excon-0.31.0/lib/excon/connection.rb:410 in new
/gems/excon-0.31.0/lib/excon/connection.rb:410 in socket
/gems/excon-0.31.0/lib/excon/connection.rb:122 in request_call
/gems/newrelic_rpm-3.16.0.318/lib/new_relic/agent/instrumentation/excon/middleware.rb:30 in request_call
/gems/excon-0.31.0/lib/excon/middlewares/mock.rb:42 in request_call
/gems/excon-0.31.0/lib/excon/middlewares/instrumentor.rb:22 in request_call
/gems/excon-0.31.0/lib/excon/middlewares/base.rb:15 in request_call
/gems/excon-0.31.0/lib/excon/middlewares/base.rb:15 in request_call
/gems/excon-0.31.0/lib/excon/middlewares/base.rb:15 in request_call
/gems/excon-0.31.0/lib/excon/connection.rb:265 in request
/gems/heroics-0.0.23/lib/heroics/link.rb:111 in request_with_cache
/gems/heroics-0.0.23/lib/heroics/link.rb:66 in run
/gems/heroics-0.0.23/lib/heroics/resource.rb:28 in method_missing
/gems/platform-api-2.1.0/lib/platform-api/client.rb:1431 in info
/gems/workless_revived-2.1.0.2/lib/workless/scalers/heroku.rb:24 in workers
/gems/workless_revived-2.1.0.2/lib/workless/scalers/heroku.rb:12 in up
/gems/workless_revived-2.1.0.2/lib/workless/middleware/workless_checker.rb:12 in call
The text was updated successfully, but these errors were encountered:
Hey, thanks for your work on this gem.
Unfortunately Heroku's Platform API seems to be down right now. It looks like this causes workless to raise an exception, which seems to bring down my entire app.
Is there anything we can do from this gem to prevent this?
The text was updated successfully, but these errors were encountered: