Simon Gurcke

Results 59 comments of Simon Gurcke

We're seeing the same behavior too. Happy to submit a PR if anyone has a clue where this goes wrong?

@polm Are you guys still working on this? We're eagerly waiting for this so we can upgrade to spaCy 3 :)

Please add me to the list of users requesting this :)

Yes, I tried on the master branch. The fullscreen mode works though. Let me know if I can help track it down.

Yup, I can confirm the exact same thing is happening for us in a private repo.

See logs below. Looks like the POST request to `https://sts.amazonaws.com:443` is taking the majority of the time. ``` 2020-09-15 00:24:09,881 botocore.hooks [DEBUG] Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2020-09-15...

![image](https://user-images.githubusercontent.com/1176585/95940318-c1096b00-0e29-11eb-8ca6-b6648baa5e09.png) @swetashre this happens once per hour, so every time the credentials have expired and need to be renewed. This is badly impacting our API response times, so would really...

@swetashre is there anything I can help with to help debug this? We're using Datadog Tracing with `ddtrace` in our Python application and it clearly shows botocore's `sts.assumerolewithwebidentity` calls as...

Using a regional STS endpoint reduces the delay a bit (about 1 second less from ap-southeast-2), so that would be a good start. However, it doesn't solve the problem entirely.