You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/07/21 14:52:49 UTC

[GitHub] [superset] sfirke opened a new issue, #20808: docker/pythonpath_dev/superset_config.py celery args are outdated

sfirke opened a new issue, #20808:
URL: https://github.com/apache/superset/issues/20808

   For example in `superset_config.py`
   ```
       CELERYD_PREFETCH_MULTIPLIER = 1
       CELERY_ACKS_LATE = False
   ```
   Which generates warnings in the logs.  Compare to the newer: https://superset.apache.org/docs/installation/alerts-reports/#detailed-config:
   ```
       worker_prefetch_multiplier = 10
       task_acks_late = True
   ```
   
   It seems `docker/pythonpath_dev/superset_config.py` should be updated with the newer Celery args that match the documentation for Alerts & Reports.  I don't have a good enough grasp yet to do this myself but it would simplify the docs and get many users away from using older deprecated arguments.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sfirke closed issue #20808: docker/pythonpath_dev/superset_config.py celery args are outdated

Posted by "sfirke (via GitHub)" <gi...@apache.org>.
sfirke closed issue #20808: docker/pythonpath_dev/superset_config.py celery args are outdated
URL: https://github.com/apache/superset/issues/20808


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sfirke commented on issue #20808: docker/pythonpath_dev/superset_config.py celery args are outdated

Posted by "sfirke (via GitHub)" <gi...@apache.org>.
sfirke commented on issue #20808:
URL: https://github.com/apache/superset/issues/20808#issuecomment-1525902780

   closed by https://github.com/apache/superset/pull/22499


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org