Arsenii
04/25/2020, 5:18 AMTask 'Some important work[19]': Calling task.run() method...
and it just "runs" this task forever, but there's no changed state from ... to Running
afterwards
When using a LocalExecutor. I thought that this maybe has something to do with me using raise SKIP
to "filter" some elements, but rewriting using a FilterTask
didn't fix the problemnicholas
Arsenii
04/26/2020, 1:43 AMnicholas
Arsenii
05/01/2020, 5:38 AM[2020-04-30 21:19:43,515] ERROR - agent | [{'message': 'request to <http://graphql:443/graphql/alpha/> failed, reason: connect ECONNREFUSED 10.30.42.241:443', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_runs_in_queue'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'errors': [{'message': 'request to <http://graphql:443/graphql/alpha/> failed, reason: connect ECONNREFUSED 10.30.42.241:443', 'locations': [], 'path': ['get_runs_in_queue']}]}}}]
[2020-04-29 14:59:40,317] ERROR - agent | 530 Server Error: for url: <https://api.prefect.io/graphql/alpha>
Any idea why that might be happening? I'm running the flow on Scheduler, if that helpsnicholas
Arsenii
05/01/2020, 5:46 AMnicholas
Arsenii
05/01/2020, 5:47 AMLocalExecutor
, should not be related to Docker..nicholas
Arsenii
05/01/2020, 5:48 AMnicholas
Arsenii
05/01/2020, 5:51 AMnicholas
Arsenii
05/01/2020, 5:53 AMStarting to upload result to xxxx
step of a mapped task. If the flow is cancelled and re-run (with less elements to be mapped over), works finenicholas
Matt
05/02/2020, 6:06 AMgraphql_1 | GraphQL request:2:3
graphql_1 | 1 | mutation ($_v0_input: get_runs_in_queue_input!) {
graphql_1 | 2 | get_runs_in_queue(input: $_v0_input) {
graphql_1 | | ^
graphql_1 | 3 | flow_run_ids
apollo_1 | 2020-05-02T06:01:20.110Z {"message":"An unknown error occurred.","locations":[{"line":2,"column":5}],"path":["get_runs_in_queue"],"extensions":{"code":"INTERNAL_SERVER_ERROR","exception":{"errors":[{"message":"An unknown error occurred.","locations":[],"path":["get_runs_in_queue"]}]}}}
and from my agent:
[2020-05-02 06:04:30,420] ERROR - agent | [{'message': 'An unknown error occurred.', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_runs_in_queue'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'errors': [{'message': 'An unknown error occurred.', 'locations': [], 'path': ['get_runs_in_queue']}]}}}]
I am brand new to Prefect, so any docs or direction are helpful.nicholas
Arsenii
05/05/2020, 5:40 AMprefect==10.1
, I believe issue is resolved now thanks to this PR: https://github.com/PrefectHQ/prefect/issues/2270 . So far I haven't run into the same issue on the new version, will update if that's just luck 🙂nicholas
Arsenii
05/06/2020, 2:25 AMnicholas