Dan DiPasquo
05/14/2020, 9:23 PMDylan
05/14/2020, 9:31 PMsubprocess.run()
subprocess.run()
Dan DiPasquo
05/14/2020, 10:04 PMDylan
05/14/2020, 10:11 PMDan DiPasquo
05/14/2020, 11:11 PMFailed to set task state with error: ClientError([{'message': 'request to <http://graphql:443/graphql/alpha/> failed, reason: connect ECONNREFUSED 10.30.42.241:443', 'locations': [{'line': 2, 'column': 5}], 'path': ['set_task_run_states'], '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': ['set_task_run_states']}]}}}])
T
2020-05-14T22:31:52.702149+00:00 ERROR Heartbeat failed for Task 'delete_local_file'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 64, in _heartbeat
self.client.update_task_run_heartbeat(task_run_id)
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 910, in update_task_run_heartbeat
self.graphql(mutation, raise_on_error=True)
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 228, in graphql
raise ClientError(result["errors"])
prefect.utilities.exceptions.ClientError: [{'message': 'request to <http://graphql:443/graphql/alpha/> failed, reason: connect ECONNREFUSED 10.30.42.241:443', 'locations': [{'line': 2, 'column': 5}], 'path': ['update_task_run_heartbeat'], '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': ['update_task_run_heartbeat']}]}}}]
Chris White
05/14/2020, 11:19 PMDan DiPasquo
05/14/2020, 11:19 PMChris White
05/14/2020, 11:19 PMDan DiPasquo
05/14/2020, 11:20 PMChris White
05/14/2020, 11:21 PMDan DiPasquo
05/14/2020, 11:21 PMChris White
05/14/2020, 11:27 PMDan DiPasquo
05/14/2020, 11:33 PMChris White
05/14/2020, 11:36 PMDan DiPasquo
05/14/2020, 11:40 PM2020-05-15T01:14:47.611286+00:00 INFO Task '<****>': Starting task run...
2020-05-15T01:14:50.682754+00:00 DEBUG Task '<****>': 751 candidate cached states were found
2020-05-15T01:14:50.683424+00:00 DEBUG Task '<****>': can't use cache because no candidate Cached states were valid
..... repeat log 749 times...
2020-05-15T01:14:50.68382+00:00 DEBUG Task '<****>': can't use cache because no candidate Cached states were valid
2020-05-15T01:14:50.803267+00:00 DEBUG Task '<****>': Handling state change from Pending to Running
2020-05-15T01:14:51.055126+00:00 DEBUG Task '<****>': Calling task.run() method...
2020-05-15T01:19:16.827716+00:00 INFO Beginning Flow run for '<****>>-production'
2020-05-15T01:19:17.488745+00:00 INFO Task '<****>': Starting task run...
2020-05-15T01:19:17.489122+00:00 DEBUG Task '<****>': task is already running.
2020-05-15T01:19:17.497588+00:00 INFO Task '<****>': finished task run for task with final state: 'Running'