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

revise stateGet rest endpoint #58

Open
6 tasks
pbelmann opened this issue Jun 24, 2016 · 0 comments
Open
6 tasks

revise stateGet rest endpoint #58

pbelmann opened this issue Jun 24, 2016 · 0 comments

Comments

@pbelmann
Copy link
Member

pbelmann commented Jun 24, 2016

The following points must be revised:

  • decide and document if stderr and stdout are paths to a file or should contain the output of the corresponding files.
  • code should be an int
  • since each framework reports to a different degree the exit code of the process we should clarify that at least the succesful exit of a job should be 0. Any other exit code determined by the framework is up to the jobproxy implementation
  • the stateGet rest endpoint returns an object called States that contains a list of state objects. In my opinion we can skip this object and simply returns a list of state objects
  • How about adding a status field? It should return running or finished.
  • Rename rest method statePost to specificState because statePost is not using post.
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

1 participant