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

Overlord service not going up #46

Open
kakkartushar1 opened this issue Mar 27, 2018 · 1 comment
Open

Overlord service not going up #46

kakkartushar1 opened this issue Mar 27, 2018 · 1 comment

Comments

@kakkartushar1
Copy link

ss -tunlop command inside docker shows that nothing is running on port 8090

How to manually start and debug this overlord service ?

@rahulsingh303
Copy link

Add this to your supervisord.conf file

[inet_http_server]
port = 9001

and expose post 9001

This will give you a UI for supervisord , which you can access using http://:9001 . This UI will show your processes managed by supervisor and you can start , restart and see logs.

-Rahul

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