We are running an application for label detection using cloud vision api. Application runs in 10 threads sending image urls to google cloud vision api, but we get google error code: 4 We can not access the URL currently. Please download the content and pass it in. When the application is run single threaded, we are not seeing this error messages as frequently as when it is run multi-threaded. Quota is 1800 requests / minute, but we seem to get a processing rate of 2.5/sec
Is there a way to increase the processing rate on google vision api end ?
tried changing consumer number on application and running multiple instance of the application (under different service accounts) without any success