Skip to content
Snippets Groups Projects
Commit b3fe3b68 authored by fishbullet's avatar fishbullet
Browse files

add to readme

parent 64c4e6cd
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,11 @@ Geocoder will print warnings if you exceed the rate limit for your geocoding ser ...@@ -102,6 +102,11 @@ Geocoder will print warnings if you exceed the rate limit for your geocoding ser
rake geocode:all CLASS=YourModel sleep=0.25 rake geocode:all CLASS=YourModel sleep=0.25
Batch processing.If your database is large, you can handle batches:
rake geocode:all CLASS=YourModel sleep=0.25 batch=100
### Avoiding Unnecessary API Requests ### Avoiding Unnecessary API Requests
Geocoding only needs to be performed under certain conditions. To avoid unnecessary work (and quota usage) you will probably want to geocode an object only when: Geocoding only needs to be performed under certain conditions. To avoid unnecessary work (and quota usage) you will probably want to geocode an object only when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment