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

Trouble accessing web dashboard #1167

Open
dougsmith1000 opened this issue Oct 10, 2021 · 0 comments
Open

Trouble accessing web dashboard #1167

dougsmith1000 opened this issue Oct 10, 2021 · 0 comments

Comments

@dougsmith1000
Copy link

Hello,

I have FastAPI running behind a reverse proxy with Circus, which works great. But I am curious why I'm not able to see the Web Dashboard that looks like it should automatically start up when I start Circus. I don't see any Circus processes in htop that look like they would be running the dashboard. It just hangs when I curl http://127.0.0.1:8080.

I'm using the basic tutorial from https://circus.readthedocs.io/en/latest/tutorial/step-by-step/#interaction and this is my circus.ini:

[circus]
statsd = 1
httpd = 1

[watcher:webapp]
cmd = venv/bin/uvicorn --fd $(circus.sockets.web) main:app
numprocesses = 3
use_sockets = True

[socket:web]
host = 127.0.0.1
port = 9999

Is it because i'm using Uvicorn instead of Chaussette? Thanks in advance for your help.

@dougsmith1000 dougsmith1000 changed the title Trouble Accessing Web Dashboard Trouble accessing web dashboard Oct 10, 2021
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

1 participant