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

Get the status of a simulation group #16

Open
Baguage opened this issue Mar 27, 2015 · 0 comments
Open

Get the status of a simulation group #16

Baguage opened this issue Mar 27, 2015 · 0 comments

Comments

@Baguage
Copy link
Member

Baguage commented Mar 27, 2015

Moved from redmine, ticket 6362
Above a certain threshold (#), the status is represented as aggregate stats:

  • Number of simulations submitted (in queue)
  • Number of simulations running
  • Number of simulations finished (successfully) - output received
  • Number of simulations failed (error occurred)

Below the threshold, the status for each simulation in the group is returned:

  • simulation's id_on_client : status code

If status code == running model, then also include % done.

Probably want an option (a flag in request body, or query parameter) to get individual statuses for all simulations in the group regardless of the threshold.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant