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
does work. But when using address.save :validate => false the same job gets processed over and over again until it fails.
Working address.geocode (id=4)
Finished address.geocode in 233ms
Working address.geocode (id=4)
Finished address.geocode in 321ms
Working address.geocode (id=4)
Finished address.geocode in 221ms
Working address.geocode (id=4)
Finished address.geocode in 188ms
Working address.geocode (id=4)
...
Idk if it's just me or if this is a bug. However I would mention this in the wiki.
The text was updated successfully, but these errors were encountered:
does work. But when using
address.save :validate => false
the same job gets processed over and over again until it fails.The text was updated successfully, but these errors were encountered: