kube-HPC / hkube

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

Manage state for each algorithm in pipeline request #57

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a Pipeline Runner/ HKube Manager I want that HKube will manage state for each algorithm in pipeline request, so that I can understand quickly the execution status of the request. The following states will be managed: Pending - upon receiving the algorithm request Active - the execution of algorithm started Completed - the execution of the algorithm was completed successfully Failed -algorithm execution failed (e.g. SW exception or the algorithm execution was completed and returned failure value) Stopped - algorithm execution stopped due to stop request (e.g. P.L failure or user request to stop the P.L)

eytangro commented 6 years ago

TID-460