DUNE-DAQ / nanorc

2 stars 2 forks source link

Changing error conditions of apps if not alive or not pingable at conf when running NanoRC #239

Closed TiagoTAlves closed 4 months ago

TiagoTAlves commented 4 months ago

Split up check between pod is pingable and pod is alive. If the pod is dead, it fails and sends error, if pod is not pingable it tries again 5 times and then fails. Fix for #238

TiagoTAlves commented 4 months ago

To Test: Run conf and then straight afterwards:

k delete pod -n <session-name> wib101

or

k delete services -n  <session-name> wib101

To check out if it errors properly