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

job refactor #303

Merged
merged 16 commits into from
Aug 11, 2016
Merged

job refactor #303

merged 16 commits into from
Aug 11, 2016

Conversation

jsnoble
Copy link
Member

@jsnoble jsnoble commented Aug 10, 2016

several breaking changes: (you will need to npm install)
-doc updates
-seperated job from execution
-added additional api's to support changes
/jobs/{id}/_start => does not recover, just starts fresh job from what is stored

/jobs/{id}/_pause  => /ex/{id}/_pause
/jobs/{id}/_stop => /ex/{id}/_stop
/jobs/{id}/_resume  => /ex/{id}/_resume
/jobs/{id}/_pause  => /ex/{id}/_pause
/jobs/{id}/workers => /ex/{id}/workers
/jobs/{id}/slicers  =>  /ex/{id}/slicers

/ex
/ex/{id}
/ex|{id}/_recover  => starts recovery process

-slicer stats are now stored at end of job on ex
-made teraslice configuration all top level, no more cluster obj
-updated package.json
-removed clobbering of failed status

@kstaken kstaken merged commit e4a5869 into terascope:master Aug 11, 2016
@jsnoble jsnoble deleted the jx_refactor branch August 29, 2016 19:53
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

Successfully merging this pull request may close these issues.

2 participants