Danilo Pereira

Results 10 comments of Danilo Pereira

One important point related to this is: When the side_effect will occur? In a ordinary call or in a await? for example: ``` a = CoroutineMock(side_effect=Exception) a() # raises the...

Similar issues happening here. ``` Serverless: Load command interactiveCli Serverless: Load command config Serverless: Load command config:credentials Serverless: Load command config:tabcompletion Serverless: Load command config:tabcompletion:install Serverless: Load command config:tabcompletion:uninstall Serverless:...

@joedevgee can you please tell me your image ID? My is 5b792b1d1ef2

Same problem here. using curl or firefox the url return a body However, using aiohttp, the request ends with 200 and the body is empty

@calpaterson put python asyncio-driver-pool away limit python database concurrency to 1. So, when most of requests perform queries them will be enqueued and the request concurrency will ending up being...

@calpaterson I don't know if you have any interest on this topic any more, however I'm changing somethings and I have two main changed I created a dockerized test environment...

@blazespinnaker I could not understand why you disagree with "database query sleep". I totally agree with @miguelgrinberg, no matter how optimized database queries can take longer than 1 ms, besides...