Rafal
06/16/2020, 5:32 PMnicholas
06/16/2020, 5:35 PMRafal
06/16/2020, 5:37 PMGET query missing
nicholas
06/16/2020, 5:37 PMRafal
06/16/2020, 5:38 PMnicholas
06/16/2020, 5:40 PMRafal
06/16/2020, 5:43 PMnicholas
06/16/2020, 5:44 PMRafal
06/16/2020, 5:46 PMnicholas
06/16/2020, 5:53 PM<http://172.18.0.2:32000/graphql>
) and then removing the UI image and restartingRafal
06/16/2020, 5:56 PMenv:
- name: PREFECT_SERVER__GRAPHQL_URL
value: "172.18.0.2:32000/graphql"
nicholas
06/16/2020, 5:58 PMhttp
Rafal
06/16/2020, 6:07 PMnicholas
06/16/2020, 6:11 PM[server]
endpoint = "172.18.0.2:32000/graphql"
prefect backend server
and any prefect.register()
calls will send requests to your API containerRafal
06/16/2020, 6:31 PM- name: PREFECT_SERVER__ENDPOINT
value: "172.18.0.2:32000/graphql"
to prefecthq/server image.
Error:
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: /graphql/alpha (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff77c2d35b0>: Failed to establish a new connection: [Errno 111] Connection refused')
π€nicholas
06/16/2020, 6:36 PMRafal
06/16/2020, 6:38 PMnicholas
06/16/2020, 6:47 PM~/.prefect/config.toml
configuration file.Rafal
06/16/2020, 6:51 PMPREFECT__Β and two underscores (__)
nicholas
06/16/2020, 6:53 PMRafal
06/16/2020, 6:56 PMprefecthq/server
image and register it directly from there as localhost? Is there another option besides Cloud solution?nicholas
06/16/2020, 6:57 PMRafal
06/16/2020, 7:07 PM~/.prefect/config.toml
and after providing config which you suggested I've got:
raise InvalidSchema("No connection adapters were found for {!r}".format(url))
requests.exceptions.InvalidSchema: No connection adapters were found for '172.18.0.2:32000/graphql/graphql/alpha'
nicholas
06/16/2020, 7:12 PMRafal
06/16/2020, 7:13 PM0.11.5
I will try with updatenicholas
06/16/2020, 7:14 PMhttp
) to that as well?[server]
endpoint = "172.18.0.2:32000"
sorry about that!Rafal
06/16/2020, 7:28 PMFlow: <http://localhost:8080/flow/18738ebf-fd53-4831-9157-fbb384cc6f3c>
- still localhost ?
Second one: tasks can't run. Some strange monit about Late runs. Does it mean that scheduler is not working properly?nicholas
06/16/2020, 7:32 PM[server]
host = "<http://172.18.0.2>"
will fix that flow.register output but it's not impacting the registration at all.
Do you have an agent running? That'll be needed to pick up runs.Rafal
06/16/2020, 7:47 PMnicholas
06/16/2020, 7:50 PM