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
To be honest I'm not completely sure if this is a bug or am I doing something wrong. I'm writing a bash script that uses axiom to delegate some work to another machine. Let's call it main.sh. It looks like this:
doWorkB.sh takes about a day to run. The problem is even after doWorkB.sh finishes, main.sh never goes past the axiom-exec command to Do work C. I have tried adding exit or kill commands at the end of doWorkB.sh but it didnt help. Is there any way to signal that the work has finished?
The text was updated successfully, but these errors were encountered:
To be honest I'm not completely sure if this is a bug or am I doing something wrong. I'm writing a bash script that uses axiom to delegate some work to another machine. Let's call it
main.sh
. It looks like this:doWorkB.sh
takes about a day to run. The problem is even afterdoWorkB.sh
finishes,main.sh
never goes past theaxiom-exec
command toDo work C
. I have tried addingexit
orkill
commands at the end ofdoWorkB.sh
but it didnt help. Is there any way to signal that the work has finished?The text was updated successfully, but these errors were encountered: