Robin
04/06/2021, 4:13 PMHow do you build your prefect flows to ensure that the docker images run on different/the desired architectures/OS?
Zach Angell
Kevin Kho
Zach Angell
Nathan Atkins
06/02/2021, 3:15 PMprefect server start
on my M1.
graphql_1 | Error: HTTPConnectionPool(host='hasura', port=3000): Max retries exceeded with url: /v1/query (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x400c81a290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
apollo_1 | Checking GraphQL service at <http://graphql:4201/health> ...
apollo_1 | Checking GraphQL service at <http://graphql:4201/health> ...
t_graphql_1 exited with code 1
t_hasura_1 exited with code 137
I just updated docker desktop to Docker version 20.10.5, build 55c4c88
Zach Angell
memory
?
my memory is at 15 GB to be safe, you can certainly get away with less though
I think this error is actually Docker running out of memory, hence the 137 exit code for hasuraNathan Atkins
06/02/2021, 3:35 PMZach Angell
Marvin
06/02/2021, 3:48 PM