私はフォームのタスクを持っていました:
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
以前はこれgrequests
を達成していましたが、今55 urls
ではうまくいきました。それから私は試してみました34000
.それはで失敗しまし
Connection aborted.', gaierror(8, 'nodename nor servname provided, or not known')) for request <grequests.AsyncRequest object at 0x1bda93610>
た.
次に、size
パラメーターを使用しgrequests.map
て試し、size
=で64
試しました。同じエラーが発生しました。他にできることはありますか、それとも何か他のものを使用する必要がありgrequests
、このタスクには適していません。