Michael Pilosov

Results 67 comments of Michael Pilosov
trafficstars

hi! thanks for the response. well, I have a different way of serving the web app I guess (threading not involved). I only get the error when I serve with...

I've thought about it some more, and tried your threading example. Like I said, the dev server (python app.py) works fine (but its not recommended to run this development server...

and fwiw, upon repeated tests it does seem like the new version has a different default execution model, which slows down the performance. flow before: 35s flow after: 43s (I...

I'm actually saying that (a) it is a bug that cropped up, and that in addition (b) the new version appears slower. Apologies for my delay! While I do appreciate...

Thanks for pinging me. Finally found some time this weekend to do some testing. I had to upgrade `2.17.1` to `2.20.4` to achieve reproducibility due to a `griffe.dataclasses` import error...

@desertaxle may have spoken too early. the original issue of "works first time, not on subsequent attempts" is still an active issue... but at least the flow runs run better...

seems like `hypercorn` and `gthread` are both suitable alternatives to `gevent` and allow me to use the latest prefect.