Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operating script doesnt get signalled that axiom-exec has finished. #819

Open
KarahanGuner opened this issue Sep 30, 2024 · 0 comments
Open

Comments

@KarahanGuner
Copy link

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:

  • Do work A
  • axiom-exec '/home/op/doWorkB.sh' --fleet machinename
  • Do work C

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant