的任務是:我目前正在做這通過請求庫 1)send an http get to url based on a parameter
2)Modify the response based on the same parameter
3)send an http post to url based on the same parameter
,但它需要大量的時間做這一個接一個,它可高達20,0
我使用grequests進行了大約10,000次調用,但其中一些調用返回爲503。如果我不一次排列所有10,000個呼叫,則此問題消失。把它分成1000個小組似乎是個訣竅。然而,我想知道是否有辦法趕上這503錯誤,只是重試request。 這是我如何我打電話,並結合線程: import grequests
rs = (grequests.get(u, headers=header) for u
如何禁止我從grequests得到的以下調試錯誤消息? Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs