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

Run remora without executable #38

Open
carlosrosales opened this issue May 2, 2017 · 0 comments
Open

Run remora without executable #38

carlosrosales opened this issue May 2, 2017 · 0 comments

Comments

@carlosrosales
Copy link
Contributor

To monitor system, or to monitor complex workflows that require remora running on every node independently of how the individual workflow pieces are launched within a session.

Two simple ways to do this are to:

  1. watch for an environmental variable (REMORA_EXIT) until it is set (or set to 1)
  2. watch for the existance of a file (remora.exit)

I think 1) works better and with less overhead. We can add this by giving remora a command line option, a environmental varialbe check (if REMORA_EXIT is set to 0, for example) or by creating an specilaized launch script.

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

No branches or pull requests

1 participant