You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BPU is a web server so the liveness and readiness probes could be implemented as httpGet events.
The monitoring tool is a simple python script that queries AWS and writes to STDOUT, so the implementation of the liveness probe would be a simple ps aux | grep python | grep -v grep command which would ensure that the application process is running in the container.
BPU is a web server so the liveness and readiness probes could be implemented as httpGet events.
The monitoring tool is a simple python script that queries AWS and writes to STDOUT, so the implementation of the liveness probe would be a simple
ps aux | grep python | grep -v grep
command which would ensure that the application process is running in the container.cc: @kaozenn
The text was updated successfully, but these errors were encountered: