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

Implement app lifecycle in worker #33

Open
raulcf opened this issue Mar 11, 2015 · 1 comment
Open

Implement app lifecycle in worker #33

raulcf opened this issue Mar 11, 2015 · 1 comment

Comments

@raulcf
Copy link
Owner

raulcf commented Mar 11, 2015

Master has now a notion of the status of a query. Propagate the same to the worker nodes so that they have an opinion. Use this to start, stop, flush clean resources accordingly.

@raulcf
Copy link
Owner Author

raulcf commented Apr 2, 2015

More progress on this.
There is a basic lifecycle now. However, after deploy plus run, one can only stop. There is a constrain to avoid errors that prevents starting a query after stopping it. It needs to be resubmitted (which requires a bunch of bookkeeping that is not written yet) and then started.

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