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
Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)>
return
when :wait_readable
(io = @io.to_io).wait_readable(@read_timeout) or raise Net::ReadTimeout.new(io)
# continue looping
when :wait_writable```
The text was updated successfully, but these errors were encountered:
Description
alma_person_feed.rb
threw a read/timeout error on 1/12 when running the daily people feed rake task.Honeybadger snippet and link
https://app.honeybadger.io/projects/100710
The text was updated successfully, but these errors were encountered: