Mikkel Duif

Results 10 comments of Mikkel Duif

Thanks @elquesada - works for me, however, seems like the problems is that the scroll-down execution doesn't work. I get the full list if I scroll down manually through the...

as far as I know we are using `prefect orion start` to run it. it's deployed in a kubernetes pod and we use the prefect managed service which is what...

Hi @bunchesofdonald , I am afraid that information has been lost since I have upgraded everything in the meantime. Haven't experienced the issue since though.

> If you could provide a MRE that would be very helpful. It's going to be hard for us to solve this issue without a reproducible example. Sorry for that...

Not as far as I recall - the provided is all the info I have. Have gotten it for quite a while actually - on some occasions it has been...

@madkinsz could this be related to re-deploying the flow? I just made an observation that it just happened at the exact same time as our CD was going through. Our...

Great to hear. I think 24 hours would still be the right choice though :)

**versions:** ```bash python=3.11 starlette=0.37.1 uvicorn=0.27.1 ``` @jonathanslenders this also happens for me, and seems to also be due to client disconnects. it started to happen heavily after an upgrade of...

I can confirm that this PR fixes the example I have reproduced in https://github.com/encode/starlette/issues/2516#issuecomment-1976400404

> I do still recommend you avoid `BaseHTTPMiddleware` Maybe we should consider to add a section to: https://www.starlette.io/middleware/#basehttpmiddleware emphasising this. I do not know the exact technicalities for this, however,...