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

status code specification / state enhancement #64

Open
jkrue opened this issue Jun 30, 2016 · 0 comments
Open

status code specification / state enhancement #64

jkrue opened this issue Jun 30, 2016 · 0 comments

Comments

@jkrue
Copy link
Member

jkrue commented Jun 30, 2016

To be really independent from the framework used by the JobProxy server, we must specify general status codes (and description) used by all frameworks. The BiBiServ defines an exhausted list of status codes/descriptions we could use for this purpose, e.g.:

Code Description
600 task finished/completed
601 task submitted
602 task preprocessing
603 task pending
604 task running
700 general error / description is not a static string

See for complete list. For JobProxy we just need a few of them.

The state object could/should then provide two another properties like internal_statuscode and internal_statusdescription. However, this might be only useful for debugging ...

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

2 participants