Darragh
06/08/2020, 9:27 PMprefecthq/prefect:python3.7
and installs a bunch of other junk in there too. The Flow builds and registers, but when I kick it off I get the following:
Failed to set task state with error: ConnectionError(MaxRetryError("HTTPConnectionPool(host='host.docker.internal', port=4200): Max retries exceeded with url: /graphql/alpha
Searching in this channel I see an issue that was identified around this and fixed in April, so I’m not sure if I should still be seeing it, or if there’s config that needs to be passed to the Docker agent to run it? It’s running on Docker agent locally on Macbook if that’s any help.. Prefect version installed locally is 0.11.1, [upgrading now to test] and python in local and the docker image is 3.7
UPDATE: Never mind, upgrade to 0.11.5 did it!