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

Contribute if wall clock time is reached #365

Open
jeremyjams opened this issue Apr 14, 2021 · 0 comments
Open

Contribute if wall clock time is reached #365

jeremyjams opened this issue Apr 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jeremyjams
Copy link
Member

The worker should contribute if the wall clock time of the job is reached.
On container execution timeout, exit code is -1.
If we have such case, we should throw a WorkflowException and trigger post compute with something like CATEGORY_TIMEOUT_REACHED here:
https://github.com/iExecBlockchainComputing/iexec-worker/blob/develop/src/main/java/com/iexec/worker/executor/TaskManagerService.java#L234
In this case, an external developer will have a result archive.

@jeremyjams jeremyjams added the bug Something isn't working label Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@jeremyjams and others