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
The Scheduler, the container-deploy/start/stop monroe-sync-experiments /experiments should have a common way to see the state of a experiment (ie deployed/started/running/stopped etc).
Currently the these component detect experiment status via (possibly not complete) :
Scheduler (afaik) :
return codes from container-* scripts
${schedid}.status file
container-deploy:
/usr/bin/experiments (to see if any experiment is running)
ps ax|grep docker|grep pull (to see if any container is being download)
The Scheduler, the container-deploy/start/stop monroe-sync-experiments /experiments should have a common way to see the state of a experiment (ie deployed/started/running/stopped etc).
Currently the these component detect experiment status via (possibly not complete) :
Scheduler (afaik) :
container-deploy:
container-start:
container-stop:
monroe-sync-experiments:
experiments:
The text was updated successfully, but these errors were encountered: