- Feb 21, 2016
-
-
Emil Sågfors authored
TimeoutError is deprecated in Ruby 2.3.0. It has been an alias for Timeout::Error starting in Ruby 1.8.0, and should be safe to replace.
-
- Mar 13, 2015
-
-
Laila Winner authored
-
Laila Winner authored
-
Laila Winner authored
* Per discussion from https://github.com/alexreisner/geocoder/issues/816, this commit replaces the `sidekiq_worker` example with an example using ActiveJob. * Demonstrate approach to reverse-geocoding records in a background job with simple retry logic for timeout and socket errors.
-