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
expected:
when restart.bool is set to true, the python stops execution, restart.sh pulls origin and executes start.sh to start the program
observed:
the file does pull and restart, but the nohup.out file is not created when start.sh is run, thus I cannot see live logs unless its through google logging.
The text was updated successfully, but these errors were encountered:
A better implementation could be to implement a handler script that performs the git pull and restart of the main script. Again, couldnt bother implementing this
expected:
when restart.bool is set to true, the python stops execution, restart.sh pulls origin and executes start.sh to start the program
observed:
the file does pull and restart, but the nohup.out file is not created when start.sh is run, thus I cannot see live logs unless its through google logging.
The text was updated successfully, but these errors were encountered: