I am running a batch update and every once in a while I get this msg " 403 Developer Over Qps"
From checking the issue queue, its my guess that that I am just throwing to many transactions per second. I did leave the option on the batch page checked which was supposed to Throttle the submission, but I guess that it just didn't slow things down enough.
Since I may have to do more batch updates for other projects and also when I migrate more of this sites archive under Drupal. I was wondering if there was a way to slow things down a bit more, just to make sure I don't go over the per second limit. It's already a batch run that is going to take a while to process approx 6000 nodes, so adding a bit more time probably won't hurt me :-)
Comments
Comment #1
febbraro commentedIn the function calais_batch_process in calais.admin.inc there is a bit of code that is
You could try increasing that value. This has worked pretty well in the past, I do recall seeing some API level errors recently due to changes in the web service. If you try again they should be gone by now, but if you are not having much luck, try increasing that value.
Good luck, let us know if it works.
Comment #2
zoon_unit commentedI've had the same issue as of 10 minutes ago. (see post time)