acoustic-van-30942
02/16/2023, 5:14 PMbrave-lion-15961
02/16/2023, 5:21 PMbrave-lion-15961
02/16/2023, 5:21 PMacoustic-van-30942
02/16/2023, 5:22 PMv1.1.2 and no it didn't correct itself after a page refresh. It also says "no tasks found" when you double click into the flowbrave-lion-15961
02/16/2023, 5:30 PMcurl <YOUR_DOMAIN>/api/flows/SageMakerGWTrainingPlatform/runs/59/tasks <-- can you run this to see if it is returning tasks?acoustic-van-30942
02/16/2023, 5:33 PMbrave-lion-15961
02/16/2023, 5:34 PMYOUR_DOMAIN is by looking at one of the requestsacoustic-van-30942
02/16/2023, 5:38 PMcurl just hangs and I can see the error in the DevTools
errorlogger.ts:4 HTTP error id: not-found, url: https://<YOUR_DOMAIN>/flows/SageMakerGWTrainingPipeline/runs/59/dag
K @ errorlogger.ts:4
Failed to load resource: the server responded with a status of 500 ()brave-lion-15961
02/16/2023, 5:43 PMacoustic-van-30942
02/16/2023, 5:44 PMbrave-lion-15961
02/16/2023, 5:45 PMCopy as cURL? Paste that into your terminal and change the request URL to match the pattern I posted earlierbrave-lion-15961
02/16/2023, 5:45 PM/dag request failing shouldn't cause an empty task message - we can ignore that for a secondacoustic-van-30942
02/16/2023, 5:51 PM{
"data": [],
"status": 200,
"links": {
"self": "https://<MY_DOMAIN>/api/flows/SagemakerGWTrainingPlatform/runs/59/tasks",
"first": "https://<MY_DOMAIN>/api/flows/SagemakerGWTrainingPlatform/runs/59/tasks?_page=1",
"prev": "https://<MY DOMAIN>/api/flows/SagemakerGWTrainingPlatform/runs/59/tasks?_page=1",
"next": null,
"last": null
},
"pages": {
"self": 1,
"first": 1,
"prev": 1,
"next": null,
"last": null
},
"query": {}
}acoustic-van-30942
02/16/2023, 5:53 PM{"data": [{"flow_id": "GWFlow", "run_number": 114, "run_id": null, "step_name": "end", "task_id": 526, "task_name": null, "user_name": "ec2-user", "status": "completed", "task_ok": null, "ts_epoch": 1676533342742, "started_at": 1676533343399, "finished_at": 1676533344242, "duration": 843, "attempt_id": 0, "tags": [], "system_tags": ["project:ghostwriter", "user:ec2-user", "metaflow_version:2.7.22", "python_version:3.10.6", "project_branch:user.ec2-user", "runtime:dev"], "last_heartbeat_ts": 1676533342}, {"flow_id": "GWFlow", "run_number": 114, "run_id": null, "step_name": "load_model", "task_id": 525, "task_name": null, "user_name": "ec2-user", "status": "completed", "task_ok": null, "ts_epoch": 1676533333788, "started_at": 1676533334504, "finished_at": 1676533342080, "duration": 7576, "attempt_id": 0, "tags": [], "system_tags": ["project:ghostwriter", "user:ec2-user", "metaflow_version:2.7.22", "python_version:3.10.6", "project_branch:user.ec2-user", "runtime:dev"], "last_heartbeat_ts": 1676533333}, {"flow_id": "GWFlow", "run_number": 114, "run_id": null, "step_name": "_parameters", "task_id": 522, "task_name": null, "user_name": "ec2-user", "status": "unknown", "task_ok": ":root:<s3://MY_BUCKET/metaflow>", "ts_epoch": 1676530645217, "started_at": null, "finished_at": 1676530645410, "duration": 193, "attempt_id": 0, "tags": [], "system_tags": ["project:ghostwriter", "user:ec2-user", "metaflow_version:2.7.22", "python_version:3.10.6", "project_branch:user.ec2-user", "runtime:dev"], "last_heartbeat_ts": 1676530645}, {"flow_id": "GWFlow", "run_number": 114, "run_id": null, "step_name": "start", "task_id": 523, "task_name": null, "user_name": "ec2-user", "status": "unknown", "task_ok": ":root:<s3://MY_BUCKET/metaflow>", "ts_epoch": 1676530645462, "started_at": 1676530646635, "finished_at": 1676530646748, "duration": 113, "attempt_id": 0, "tags": [], "system_tags": ["project:ghostwriter", "user:ec2-user", "metaflow_version:2.7.22", "python_version:3.10.6", "project_branch:user.ec2-user", "runtime:dev"], "last_heartbeat_ts": 1676530645}, {"flow_id": "GWFlow", "run_number": 114, "run_id": null, "step_name": "train", "task_id": 524, "task_name": null, "user_name": "ec2-user", "status": "completed", "task_ok": null, "ts_epoch": 1676530646930, "started_at": 1676530757358, "finished_at": 1676533327472, "duration": 2570114, "attempt_id": 0, "tags": [], "system_tags": ["project:ghostwriter", "user:ec2-user", "metaflow_version:2.7.22", "python_version:3.10.6", "project_branch:user.ec2-user", "runtime:dev"], "last_heartbeat_ts": 1676533323}], "status": 200, "links": {"self": "https://<MY_DOMAIN>/api/flows/GWFlow/runs/114/tasks", "first": "https://<MY_DOMAIN>/api/flows/GWFlow/runs/114/tasks?_page=1", "prev": "https://<MY_DOMAIN>/api/flows/GWFlow/runs/114/tasks?_page=1", "next": null, "last": null}, "pages": {"self": 1, "first": 1, "prev": 1, "next": null, "last": null}, "query": {}}%brave-lion-15961
02/16/2023, 5:55 PMacoustic-van-30942
02/16/2023, 5:56 PMbrave-lion-15961
02/16/2023, 5:56 PMacoustic-van-30942
02/16/2023, 5:58 PMbrave-lion-15961
02/16/2023, 6:00 PMacoustic-van-30942
02/16/2023, 6:00 PMbrave-lion-15961
02/16/2023, 6:01 PMOLD_RUN_FAILURE_CUTOFF_TIME [ for runs that do not have a heartbeat, controls at what point a running status run should be considered failed. Default is 6 days (in milliseconds)]
RUN_INACTIVE_CUTOFF_TIME [ for runs that have a heartbeat, controls how long a run with a failed heartbeat should wait for possibly queued tasks to start and resume heartbeat updates. Default is 6 days (in seconds)]acoustic-van-30942
02/16/2023, 6:02 PMbrave-lion-15961
02/16/2023, 6:02 PMbrave-lion-15961
02/16/2023, 6:02 PMbrave-lion-15961
02/16/2023, 6:03 PM