Zanie Blue
Zanie Blue
> I just tried building for linux on my mac, and the resulting build seems to work on a linux machine. However, I am not sure how to package it...
Hi! Whatever it takes to get something like this in would be great. Happy to participate if a maintainer is interested in accepting. I just encountered this in poetry where...
Perhaps `locket`? https://github.com/mwilliamson/locket.py
This is kind of advanced for a "good first issue". You should be able to copy the majority of the implementation and tests from the `prefect run` command in v1.
I think we could probably default to rendering descriptions as markdown? I believe this is what we did in v1.
Thanks for the issue! I see you’re using the ephemeral server which means that each client needs to connect to your postgres database. This is only intended to facilitate onboarding...
If that doesn't resolve it definitely let me know and we can dig into this issue.
Are you running your flow on the same machine that you started the server on? It doesn't look like the server is available at that URL.
So just to clarify, some of your tasks are running and successfully connecting to the API but eventually one fails with this `ConnectionNotAvailable` exception?
It looks like somehow the client is getting saturated and tasks are failing to connect to the API with `httpcore.ConnectionNotAvailable` This will require further investigation. cc @zangell44 on the performance...