We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a rigorous definition of possible states a Job can be in. And update the states in the the internal Job representation.
Current states:
Queued
Preparing
Running (x of y)
x
y
Error
Failed
Successful
All tasks completed with an 0 exit code
The text was updated successfully, but these errors were encountered:
magkue
No branches or pull requests
We need a rigorous definition of possible states a Job can be in. And update the states in the the internal Job representation.
Current states:
Queued
-> A job was POSTed to the GatewayPreparing
-> Docker Images werden pulled, Volumes werden angelegt etcRunning (x of y)
-> Taskx
is currently running,y
is the total number of tasksError
-> A problem occurred while executing the job (e.g Docker image can not be pulled)Failed
-> A task returned a non-0 exit codeSuccessful
->All tasks completed with an 0 exit code
The text was updated successfully, but these errors were encountered: