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

Create Status Classes for Tasks #2

Closed
KenSuenobu opened this issue Apr 28, 2018 · 1 comment
Closed

Create Status Classes for Tasks #2

KenSuenobu opened this issue Apr 28, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@KenSuenobu
Copy link
Owner

KenSuenobu commented Apr 28, 2018

Create a status class for a task when running in the Scattersphere space. This way, you one can tell if the task is queued, running, or in a finished state. This queued state should be queryable at any point.

Statuses should include, but not be limited to:

QUEUED,
RUNNING,
FINISHED

The following behavioral changes to JobExecutor need to be implemented:

  • Change all tasks that have been added to QUEUED state
  • Before runAsync, thenRunAsync or thenRun need to be changed to RUNNING state
  • After the onFinished function is called, change state to FINISHED
@KenSuenobu KenSuenobu added enhancement New feature or request good first issue Good for newcomers labels Apr 28, 2018
@KenSuenobu KenSuenobu changed the title Create Status Classes for Jobs Create Status Classes for Tassk Apr 29, 2018
@KenSuenobu KenSuenobu changed the title Create Status Classes for Tassk Create Status Classes for Tasks Apr 29, 2018
@KenSuenobu
Copy link
Owner Author

Code complete as written in the issue above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant