Replies: 2 comments 5 replies
-
|
hi @NathanAP - thank you for opening the discussion can you share which version of prefect is in your image? I know you're using for example, right now I have » docker run prefecthq/prefect:3.0-python3.12 -- prefect version
Version: 3.0.10
API version: 0.8.4
Python version: 3.12.7
Git commit: 3aa2d893
Built: Tue, Oct 15, 2024 1:31 PM
OS/Arch: linux/aarch64
Profile: ephemeral
Server type: ephemeral
Pydantic version: 2.9.2
Server:
Database: sqlite
SQLite version: 3.40.1also, what is in your |
Beta Was this translation helpful? Give feedback.
-
|
Was running into this same issue. It was probably due to the prefact-server service being started while the server was still down, when the worker started. A quick and dirty fix that did the job for me was to add a couple of seconds of sleep before starting the worker.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use Prefect in a staging level of my project, but when I start my Docker I get the following logs:
This is my
docker-compose:and this is my Dockerfile:
My
run.shis this:I'm not sure what could be causing it because other containers works fine and this is the only one refusing connections.
Beta Was this translation helpful? Give feedback.
All reactions