Closed tenjouina closed 3 years ago
Is this the same issue as #263?
Maybe we can add a new setting "Retry on failure", which allows you define max retry number and retry delay for a specific URL. For example:
<regex_matching_url>
<max_retries> <retry_delay> <exponential_backoff>
In your case:
^https://t\.i9i9\.to/.*
10 5 1.2
どこから追加出来ますか? 上のimportsettingに
I mean it will be a new feature in the next version of Image Picka.
なるほど、次のアップデート期待してます
アクセス速度が速すぎて503エラーが起きます 1個取得ごとにwaitを付けることはできませんか? 赤色エラーはおそらくこれで解決します