Closed rupav closed 6 years ago
This should not be logged as a circus issue and is more appropriate for the circus-dev mailing list.
You have asked circus to own the port 8000, for a watcher named "web" that does not exist. And you expected gunicorn to be albe to use that socket too. I suggest deleting the [socket:web] section and restarting.
I have set up the following circus.ini file.
While running my app, using -
circusd --daemon circus.ini --log-output circus.log
, I am getting no error in circus.log, output is -But now going to localhost:8000, the app just keeps on loading, which goes on forever. And nothing is getting updated on circus.log file.
Running the same command
/home/rupav/opensource/candisEditableVENV/bin/gunicorn candis.app:app
directly on terminal, works fine.Python version using in virtualenv is 3.6.3, on Ubuntu 17.10.