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

Envoy is not working with Supervisor #158

Closed
caiokawasaki opened this issue Sep 6, 2019 · 2 comments
Closed

Envoy is not working with Supervisor #158

caiokawasaki opened this issue Sep 6, 2019 · 2 comments

Comments

@caiokawasaki
Copy link

caiokawasaki commented Sep 6, 2019

  • Envoy Version: 1.5
  • Laravel Version: 5.8.*
  • PHP Version: 7.2.19-0ubuntu0.18.04.2

Envoy cant access any server trought Supervisor... I have a job that create a server in DO then use envoy to connect to it and install docker. But Envoy can't connect to the server in production... What shoul I do?

This is my Supervisor configuration:

[program:queue]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/api.posit.us/artisan queue:work
autostart=true
autorestart=true
user=root
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/html/api.posit.us/storage/logs/queue.log
@caiokawasaki
Copy link
Author

After hours I was able to solve my problem by installing the latest version of Supervisor.

Instead of using the command, apt-get install supervisor, I installed with pip: pip install supervisor

@driesvints
Copy link
Member

Glad you solved it

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

No branches or pull requests

2 participants