This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a change to branch msyavuz/fix/gaq-stop-query
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3e2738774ed feat(async): cancel running chart queries under
GLOBAL_ASYNC_QUERIES
add 75337d4fe77 fix(async): emit the cancelled event from the cancel
request
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/middleware/asyncEvent.ts | 4 ++-
superset/async_events/api.py | 2 +-
superset/async_events/async_query_manager.py | 33 ++++++++++-------
superset/tasks/async_queries.py | 19 ++++++----
.../async_events/async_query_manager_tests.py | 42 ++++++++++++++++++++--
tests/unit_tests/tasks/test_async_queries.py | 40 +++++++++++----------
6 files changed, 97 insertions(+), 43 deletions(-)