You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2019/09/05 18:36:40 UTC

[incubator-superset] branch erik-ritter--disable-celery-acks-late created (now b69f866)

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

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


      at b69f866  [Config] Disable celery acks late

This branch includes the following new commits:

     new b69f866  [Config] Disable celery acks late

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: [Config] Disable celery acks late

Posted by er...@apache.org.
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 <er...@airbnb.com>
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": {