kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

Pipeline's status message #49

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a Pipeline Runner I want that HKube will be able to send pipeline status message, so that I'll be able to view the progress of the pipeline during its execution.

User story implementation details:

The message will include the following information:

  1. The state of the pipeline
  2. Status of algorithms: 2.1 Quantity of algorithms per state (e.g. 5 Completed, 2 Active) 2.2 Per algorithm the following information will be included: 2.2.1 Algorithm ID 2.2.2 Algorithm type 2.2.3 Progress indication in percentage - only for algorithms which support progress indication.
eytangro commented 6 years ago

TID-113