-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
discussionIssues warranting discussionsIssues warranting discussionsenhancementNew feature or requestNew feature or requestprio:lowPriority Level: LowPriority Level: Low
Milestone
Description
Currently, it looks like meta.json is missing any information except the ids. It might be nice to extend it to save more information about the pipeline.
{
"workers": [
"4b41bc19-b2b3-46e3-85b5-23e2f9191014"
],
"nodes": [
"7c9bca11-8ad5-4fb8-95b3-04ac619b1aa0",
"70fcd053-c8ba-4ef0-a61d-21596a193b99"
],
"worker_graph_map": {
"4b41bc19-b2b3-46e3-85b5-23e2f9191014": [
"7c9bca11-8ad5-4fb8-95b3-04ac619b1aa0",
"70fcd053-c8ba-4ef0-a61d-21596a193b99"
]
},
"nodes_server_table": {
"70fcd053-c8ba-4ef0-a61d-21596a193b99": {
"host": "192.168.1.155",
"port": 38681
},
"7c9bca11-8ad5-4fb8-95b3-04ac619b1aa0": {
"host": "192.168.1.155",
"port": 40347
}
},
"start_time": "2023_03_21_22_44_06",
"stop_time": "2023_03_21_22_44_17"
}Metadata
Metadata
Assignees
Labels
discussionIssues warranting discussionsIssues warranting discussionsenhancementNew feature or requestNew feature or requestprio:lowPriority Level: LowPriority Level: Low