Skip to content

meta.json should contain more information than just the ids #140

@umesh-timalsina

Description

@umesh-timalsina

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 discussionsenhancementNew feature or requestprio:lowPriority Level: Low

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions