发布

  • 11678 cd0c447bcc

    Fixes SEC rate limiting issue by adding user-agent and reducing clustering of requests (#5567)

    frostbyte_neo 发布于 2021-05-18 16:55:15 +00:00 | 2385 次提交 在此版本后已推送到 master

    • Fixes SEC rate limiting issue by reducing clustering of requests

      • We add a user-agent header to all outgoing requests for SEC
        as they require it to identify the client, otherwise we're rate
        limited.

      • Some adjustments to how we wait for work to be done, and RateGate
        rate of requests. We wait for all requests now/don't use tasks
        anymore

    • Address review - remove class HttpClient in favor of local instance

    下载附件