* upgrade celery to 4.0.2 * using Redis for unit tests (sqla broker not supported in Celery 4) * Setting Celery's soft_time_limit based on `SQLLAB_ASYNC_TIME_LIMIT_SEC` config * Better error handling in async tasks * Better statsd logging in async tasks * show [pending/running] query status in Results tab * systematically using sqla NullPool on worker (async) to limit number of database connections |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| access_tests.py | ||
| base_tests.py | ||
| celery_tests.py | ||
| core_tests.py | ||
| db_engine_specs_test.py | ||
| druid_tests.py | ||
| email_tests.py | ||
| import_export_tests.py | ||
| model_tests.py | ||
| security_tests.py | ||
| sql_parse_tests.py | ||
| sqllab_tests.py | ||
| superset_test_config.py | ||
| utils_tests.py | ||