-
Notifications
You must be signed in to change notification settings - Fork 3
interrupt index jobs #1799
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
interrupt index jobs #1799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice managment interface for stopping.
I have some doubts about the raise_if_aborted
mechanism. This goed against my (maybe unjustly so) feeling that a raise
should occur whenever something fails, and you should not need to ask explicitly "we still okay?"
Ofcourse open to explanation as to why this should work like this.
Co-Authored-By: Jelte van Boheemen <[email protected]>
Co-Authored-By: Jelte van Boheemen <[email protected]>
Allows you to stop index jobs, either via the admin or the command line.
close #1697