kube-HPC / hkube

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

Algorithm version changed #1895

Open riegerben opened 4 months ago

riegerben commented 4 months ago

We deploy our algorithms using ci/cd that builds the algorithm image and then force update the algorithm using hkube's API. One of our algorithms is used in all of our pipelines, so i can upload it without using force.

The problem is when forcing algorithm update the pipelines that are currently running it are stopping with the message 'algorithm version changed'

I want them to finish running and use the new algorithm version on the next run.