rusackas commented on code in PR #28773:
URL: https://github.com/apache/superset/pull/28773#discussion_r1620846945
##########
docker/docker-bootstrap.sh:
##########
@@ -38,7 +38,8 @@ fi
case "${1}" in
worker)
echo "Starting Celery worker..."
- celery --app=superset.tasks.celery_app:app worker -O fair -l INFO
+ # setting up only 2 workers by default to contain memory usage
Review Comment:
```suggestion
# setting up only 2 workers by default to contain memory usage in dev
environments
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]