pattersonkl / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Setting 'throttle delay' doesn't work when fetching URLs #264

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to fetch URLs from web services (more than a hundred)
2. Setting 'throttle delay' to some thousand millisecs to comply with usage 
rules (eg. don't overpoll API with frequent calls)

What is the expected output? What do you see instead?
Should poll slowly, instead get-processes polls approx. twice a second.

What version of the product are you using? On what operating system?
Google Refine 2.0 ZIP for Windows, Windows XP

Original issue reported on code.google.com by soobr...@gmail.com on 29 Nov 2010 at 10:53

GoogleCodeExporter commented 8 years ago
get-processes is the UI of Refine polling the server of Refine, not the server 
of Refine fetching the URLs you specify. The delay between get-processes calls 
is independent from the delay between Refine fetching those URLs.

Original comment by dfhu...@gmail.com on 5 Dec 2010 at 2:13