You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the docker/Dockerfile uses superuser (root) to run celery tasks . It causes some warning like
/usr/local/lib/python3.6/dist-packages/celery/platforms.py:801: RuntimeWarning: You're running the worker with superuser privileges: this is
bdc-scripts-worker-publish | absolutely not recommended!
bdc-scripts-worker-publish |
bdc-scripts-worker-publish | Please specify a different user using the --uid option.
bdc-scripts-worker-publish |
bdc-scripts-worker-publish | User information: uid=0 euid=0 gid=0 egid=0
The text was updated successfully, but these errors were encountered:
Currently, the
docker/Dockerfile
uses superuser (root) to run celery tasks . It causes some warning likeThe text was updated successfully, but these errors were encountered: