Zanie Blue

Results 2922 comments of Zanie Blue

@samanax Please don't add new errors to existing issues. The code ```python from prefect import task, flow from prefect.client import get_client from prefect.filesystems import Azure import asyncio async def client_setup():...

@chris-aeviator how is the file being executed?

This sounds like a bug with how Prefect is loading your deployment file. Can you share the traceback?

Thanks for the reproduction! This is because when Uvicorn loads the file it does so from a thread with an event loop. If you place your calls in a synchronous...

Hm I was under the impression this was fixed in https://github.com/PrefectHQ/prefect/pull/5705 — Have you tried `gcs` instead of `gs`? Have you tried upgrading to the latest version of Prefect 1...

Hi! Thanks for the well written issue. We're tracking an update to the tutorial internally at https://github.com/PrefectHQ/orion/issues/1123 This is similar to https://github.com/PrefectHQ/prefect/issues/4963 and https://github.com/PrefectHQ/prefect/pull/5182 The issue here is that the...

@manugarri Can you please share the output of `prefect version`? It'd also be great to see a `docker inspect` of the failed container.

Great thanks! @tpdorsey has the tutorial been tested on Linux or just macOS? @manugarri if you can include the details about the container that'd great. Specifically, I'm interested in whether...

@manugarri Do you see the container with `docker container ls --all`? I do not believe `ps` will show stopped containers

Great thanks! Here it looks like we are correctly setting the network mode and host gateway ``` "NetworkMode": "host", ... "ExtraHosts": [ "host.docker.internal:host-gateway" ], ``` so it _should_ be able...