kube-HPC / hkube

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

HKube will enable to run algorithm which its execution time is long #46

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a Pipeline Runner I want to run algorithm (as part of pipeline) which its execution time is long.

User Story implementation details:

HKube will not limit the execution time of algorithm unless max execution time of the pipeline exceed (optional parameter in the P.L request, see #61).

eytangro commented 6 years ago

TID-100