Results 7 comments of Angus Mitchell

If this is helpful, at all, here are some of the logs off of the App Service's SCM Site. I pulled them from the Bash tab. I'm not sure what...

> Hi @[anguspmitchell](https://github.com/anguspmitchell), > > The error message very likely occurs when we temporarily removed some txt or SDKs files from our storage account, it may be a temporary issue,...

@qianz2 Did that answer your question? Curious if you've seen this from other people. We're still getting this error ~50% of the time.

@frankie567 I'm in a similar situation. First I'm doing non-async I/O (postgres query), then I'm doing some processing on each result. The processing is just a series of maps, so...

@waynerv Got it, thanks. It sounds like the options are either 1) to use `Depends()` and always specify `commit()` in the endpoint body or 2) to use a context manager,...

@AlexanderPodorov Very good points. I may not have been entirely clear on this part: > It sounds like the options are either 1) to use Depends() and always specify commit()...

@nikie your solution worked for me, although not out of the box, since I was using some custom middleware written a couple years ago. I also experienced some other quirks...