Open rejhgadellaabsl opened 1 month ago
Hello there,
This looks more like a support issue. I would suggest logging a ticket with WebPageTest support at support@webpagetest.org. When submitting your ticket, please include the following information:
Additionally, please confirm if you are passing the key in the headers.
I have the same issue. It might be related to this recent changes https://github.com/catchpoint/terraform-provider-catchpoint/commit/0d406323a6ee35a2f49b6d86d03934a4b7b9d511
@AatibMeer I missed your reply. I've just reached out to support. Thanks!
I noticed that
runTestAndWait()
has recently started to throw 429 errors. It seems to be caused by the polling the function performs.Related: I tried to set a high number for the
pollResults
option (we used the default, which shouldn't cause 429 either imo :)), but it doesn't seem to do anything, the status updates (e.g.,Waiting at the front of the queue...
) are printed at the same-ish interval regardless of what I configure.