-
Notifications
You must be signed in to change notification settings - Fork 25
feat: timeouts #457
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
base: main
Are you sure you want to change the base?
feat: timeouts #457
Conversation
Documentation build overview
Show files changed (3 files in total): 📝 3 modified | ➕ 0 added | ➖ 0 deleted
|
7182a85 to
111e53f
Compare
This is a problem; if this is something we are going to use for the benchmarking study we need this to work with singularity because CHTC only uses singularity/apptainer. |
|
I originally assumed this was a more esoteric PR to test the error-handling workflow. Though, based on the meeting just now, I'll look into a nice way to get this working with Singularity. |
Adds
timeoutto algorithms as a demonstration of passing through errors. Closes #316.Caveats:
docker waitequivalent and to implement timeouts in singularity would probably require constant polling of a detached thread)