Skip to content
New issue

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

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

Already on GitHub? # to your account

cannot create queue worker using sudo user #399

Closed
rafa-acioly opened this issue Dec 21, 2024 · 0 comments · Fixed by #409
Closed

cannot create queue worker using sudo user #399

rafa-acioly opened this issue Dec 21, 2024 · 0 comments · Fixed by #409
Labels
bug Something isn't working

Comments

@rafa-acioly
Copy link

Describe the bug

When creating a new queue using root user the "card" that shows the creation process simply desapeair, looking the logs I could see this error:

-bash: -c: line 8: syntax error near unexpected token (' -bash: -c: line 8: process_name=%(program_name)s_%(process_num)02d'

To Reproduce

  1. Select a site
  2. Click on queues
  3. Click on create queue
  4. Fill the command input with "php artisan queue:work"
  5. Select the user inputs as root
  6. Click create
  7. See error

Expected behavior

A new queue worker starts.

p.s: when creating a new queue worker using the user vito the worker is created but this error shows up;

Could not open input file: artisan

@rafa-acioly rafa-acioly added the bug Something isn't working label Dec 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant