I want to populate my database with 300 users and products, but the process is too fast, and so are the requests to Google API. How can I slow it down ? (1 request every second max). I tried that in the config/environments/development.rb but it didn't worked :
Geocoder.configure(timeout: 10000)
Here is what Geocoder renders :
Geocoding API not responding fast enough (use Geocoder.configure(:timeout => ...) to set limit).