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
Currently, GeoMonitor retries twice on Faraday connection errors, like Faraday::Timeout. We may want to bump up the retries and backoff, and/or the timeout options.
Currently, GeoMonitor retries twice on Faraday connection errors, like Faraday::Timeout. We may want to bump up the retries and backoff, and/or the timeout options.
See
geo_monitor/lib/geo_monitor/requests/wms.rb
Lines 41 to 47 in e4cfce3
and
http://www.rubydoc.info/github/lostisland/faraday/Faraday/Request/Retry
The text was updated successfully, but these errors were encountered: