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
crab3@crabserver-644cb69d77-n7sqw:/data$ ./manage.py statuscrabserver is RUNNING, PID 67crab3@crabserver-644cb69d77-n7sqw:/data$
which by the way is broken, since in that case at least proc 67 is gone and the correct one is 68
but in TW
crab3@crab-dev-tw01:/data/srv/TaskManager$ ./manage.py statusError: Not implemented.crab3@crab-dev-tw01:/data/srv/TaskManager$
We'd like status to not only indicate if process is running, but also whether it run code from the container /data/srv/current/lib... or from the local GithHub repository /data/repos/....
e.g. on REST we have
which by the way is broken, since in that case at least proc 67 is gone and the correct one is 68
but in TW
We'd like status to not only indicate if process is running, but also whether it run code from the container
/data/srv/current/lib...
or from the local GithHub repository/data/repos/....
that can be done with this trick from @novicecpp
./status.sh
could also print the version number ( tag name)The text was updated successfully, but these errors were encountered: