Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-u option does not exist #4201

Closed
diemuzi opened this issue Aug 14, 2017 · 2 comments
Closed

-u option does not exist #4201

diemuzi opened this issue Aug 14, 2017 · 2 comments

Comments

@diemuzi
Copy link
Contributor

diemuzi commented Aug 14, 2017

Steps to reproduce

Start -> celery -A application worker -l info

Actual behavior

RuntimeWarning: You're running the worker with superuser privileges: this is
absolutely not recommended!

Please specify a different user using the -u option.

User information: uid=0 euid=0 gid=0 egid=0

uid=uid, euid=euid, gid=gid, egid=egid

Fixes

When displaying the help menu -> celery -A application worker -l info -h

There is currently no longer a -u option and the warning should be changed to use --uid / --gid options

@georgepsarakis
Copy link
Contributor

Nice observation. Would you like to open a pull request for this?

@diemuzi
Copy link
Contributor Author

diemuzi commented Aug 15, 2017

Yes, sorry about that. Thought I had created it. It's there now =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants