StatCan / openmpp

Implementing the OpenM++ microsimulation framework as a Kubernetes service on the StatCan cloud.
0 stars 1 forks source link

Create Convenient way to shutdown/restart OMS process #27

Closed Souheil-Yazji closed 11 months ago

Souheil-Yazji commented 11 months ago

The OMS process may be preventing file deletion in the bin directory. It also needs to be restarted in order to pickup the changes in the bin directory (i.e new files). My current workaround is kill <pid>

PedramHaeri commented 11 months ago

Hi I would like to try and fix this issue. could you please assign it to me?

vexingly commented 11 months ago

There is a script I was going to add here https://github.com/StatCan/aaw-kubeflow-containers/pull/526/files#diff-0ddd5aba5667aa5db4abd9ce438a5ec8701e5d221292c22fa146acc13e9c2b35 to restart the web-ui safely.

Souheil-Yazji commented 11 months ago

I'm going to mark this as done since I merged your PR in @vexingly