aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
2020-03-26T00:38:40.008100Z

@kenny seems like a reasonable near term approach.

kenny 2020-03-26T00:50:53.009Z

When you have free time, curious about your thoughts on the real solution.

kenny 2020-03-26T00:52:39.009500Z

Implicit creds fetch to a separate pool?

kenny 2020-03-26T00:57:09.011200Z

Separate pool for creds fetch is a half solution too. I suppose you could have arbitrarily nested cred fetching that needs to run.

kenny 2020-03-26T01:04:11.012200Z

Returning a channel would probably fix this entirely, but I’m assuming there’s a reason it’s run in a thread.

2020-03-26T01:22:40.012400Z

It does return a channel - we're just putting on that channel in a thread from that pool. Making that async/thread is my first instinct. So it's obviously wrong 😉 If you have an opinion about that, I'm all ears. Also want to hear from @ghadi.