Ok so I updated to the latest and I'm still getting this bug:
Copy code
File "/home/dave/.cache/pypoetry/virtualenvs/rustmonster-GKhQY2Y4-py3.10/lib/python3.10/site-packages/prefect/client/orchestration.py", line 219, in get_client
server.start()
File "/home/dave/.cache/pypoetry/virtualenvs/rustmonster-GKhQY2Y4-py3.10/lib/python3.10/site-packages/prefect/server/api/server.py", line 818, in start
raise RuntimeError(error_message)
RuntimeError: Timed out while attempting to connect to ephemeral Prefect API server.
j
Jeremiah
09/23/2024, 7:59 PM
On this, can you try bumping PREFECT_SERVER_EPHEMERAL_STARTUP_TIMEOUT_SECONDS higher, maybe 30 seconds? The team is trying to figure out what can cause the server to take a long time to spin up (it should be quick in most cases)
As an alternative, you can run
prefect server start
and points your Prefect API URL at that server and not have to start an ephemeral server at all, but that's a little more work
d
Dave Aitel
09/23/2024, 8:02 PM
I will try this.
Dave Aitel
09/23/2024, 8:03 PM
I mean I'm running on a very small vm ?
Dave Aitel
09/23/2024, 8:03 PM
Four cores max
j
Jeremiah
09/23/2024, 8:03 PM
It's possible (maybe even likely) but I also believe its a subprocess running a fastapi server and it just shouldn't really hang
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.