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
Apparently the OCLC endpoint is timing out -- our app seems to wait 30 seconds for a response, which holds up the puma workers, and eventually at 30 seconds gets reported as an error by heroku.
The connection should have a timeout set to, say, 5s, so it gives up without waiting forever.
This may require making a change to the questioning_authority gem.
Apparently the OCLC endpoint is timing out -- our app seems to wait 30 seconds for a response, which holds up the puma workers, and eventually at 30 seconds gets reported as an error by heroku.
The connection should have a timeout set to, say, 5s, so it gives up without waiting forever.
This may require making a change to the questioning_authority gem.
The text was updated successfully, but these errors were encountered: