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

Background job may set ERROR #71

Open
ericpassmore opened this issue Dec 16, 2023 · 1 comment
Open

Background job may set ERROR #71

ericpassmore opened this issue Dec 16, 2023 · 1 comment
Milestone

Comments

@ericpassmore
Copy link
Collaborator

ericpassmore commented Dec 16, 2023

The background job should check for a running nodoes. If there is no running nodoes it should set job to ERROR status. This is to prevent an instance from hanging if nodoes fails to start for some reason.

Background job should SIGHUP parent process, to clear host to process new jobs.

There may be a gap between the start of the background job and running of nodoes. Recommend first fail to create a file marking the failure, then susequent failures would check for the file and post ERROR state.

@ericpassmore ericpassmore added this to the Leap v6.0.0 milestone Dec 16, 2023
@ericpassmore
Copy link
Collaborator Author

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