Endpoint Interruption Logic for Model Overview with OD #2268
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mo_endpoint_1.mp4
Description
For scenarios such as OD & QA that use an endpoint to calculate Model Overview metrics, even if the metrics are drawn from the cache, there's still an execution invoked for the endpoint to correctly trigger the state change.
If there're any user interaction related to changing cohorts or quick user input changes while a previous endpoint instance is running, the dashboard would fall into an error. This PR adds abort logic to the endpoint such that a change in user inputs aborts the previous execution to avoid errors in the state or cohort values.
A future PR would add corresponding support to QA as well.
Checklist