This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch erik-ritter--disable-celery-acks-late
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit b69f8660c2cf6454430f5d389da15b7cf1cbfe73
Author: Erik Ritter <[email protected]>
AuthorDate: Thu Sep 5 11:36:18 2019 -0700

    [Config] Disable celery acks late
---
 superset/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index 782cdcb..e4539f3 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -407,7 +407,7 @@ class CeleryConfig(object):
     CELERY_RESULT_BACKEND = "db+sqlite:///celery_results.sqlite"
     CELERYD_LOG_LEVEL = "DEBUG"
     CELERYD_PREFETCH_MULTIPLIER = 1
-    CELERY_ACKS_LATE = True
+    CELERY_ACKS_LATE = False
     CELERY_ANNOTATIONS = {
         "sql_lab.get_sql_results": {"rate_limit": "100/s"},
         "email_reports.send": {

Reply via email to