Ethan Shenker
08/12/2020, 2:33 PMfinished task run for task with final state: 'Paused'
, and I'm not sure as to how this would be fixed.nicholas
08/12/2020, 2:36 PMEthan Shenker
08/12/2020, 2:52 PMflow.register(project_name="...")
and flow.run_agent()
, but is there another way that I could have it deploy to the cloud rather than my localhost?nicholas
08/12/2020, 3:09 PM$ prefect backend cloud && prefect auth login -t <<YOUR_TOKEN>>
Ethan Shenker
08/12/2020, 3:12 PMnicholas
08/12/2020, 3:12 PMprefect version
Ethan Shenker
08/12/2020, 3:13 PMnicholas
08/12/2020, 3:15 PMEthan Shenker
08/12/2020, 3:17 PMnicholas
08/12/2020, 3:19 PMChris White
08/12/2020, 3:25 PMEthan Shenker
08/12/2020, 3:44 PMprefect server start
, prefect agent start
, and running my file, I get an error that's never been thrown before:
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://localhost:4200/graphqlnicholas
08/12/2020, 3:45 PMprefect backend server
before you interact with your local server and prefect backend cloud
for interacting with Cloud 🙂Ethan Shenker
08/12/2020, 3:49 PMprefect backend server
command is also ran. However, that HTTP error still persists.Chris White
08/12/2020, 4:10 PMEthan Shenker
08/12/2020, 4:18 PMoverwrite_flow.register(project_name="Pricing Flow")
command, but the same HTTP 400 error is being thrownChris White
08/12/2020, 4:19 PMEthan Shenker
08/12/2020, 4:21 PMChris White
08/12/2020, 4:24 PMprefect server start
did you have 0.13.2 installed?Ethan Shenker
08/12/2020, 4:28 PMprefect version
right now, and it displays 0.13.2, and I'm going to run the server again and try from theregraphql_1 | INFO: 172.22.0.6:46756 - "POST /graphql/ HTTP/1.1" 200 OK
these messagesChris White
08/12/2020, 4:31 PMEthan Shenker
08/12/2020, 4:32 PMprefect backend server
, prefect agent start
, and I try to rerun my flow but I get the same client errorChris White
08/12/2020, 4:34 PMPREFECT__CLOUD__DIAGNOSTICS=true
as an environment variable before you register your Flow? This will show the GraphQL call your client is making (it’ll be long)Ethan Shenker
08/12/2020, 4:37 PMexport PREFECT__CLOUD__DIAGNOSTICS=true
but nothing changednicholas
08/12/2020, 4:49 PMpip install --force-reinstall prefect==0.12.3
Ethan Shenker
08/12/2020, 4:50 PMnicholas
08/12/2020, 4:58 PMChris White
08/12/2020, 5:02 PMEthan Shenker
08/13/2020, 4:59 AM