Ok so I updated to the latest and I'm still gettin...
# marvin-ai
d
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
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
I will try this.
I mean I'm running on a very small vm ?
Four cores max
j
It's possible (maybe even likely) but I also believe its a subprocess running a fastapi server and it just shouldn't really hang
d
I am excited to try more with this later
127 Views