Skip to content

uWSGI Support#972

Open
rmackinnon wants to merge 10 commits into
midgetspy:developmentfrom
rmackinnon:development
Open

uWSGI Support#972
rmackinnon wants to merge 10 commits into
midgetspy:developmentfrom
rmackinnon:development

Conversation

@rmackinnon
Copy link
Copy Markdown

Greetings,

My server at our home runs uWSGI, and I really wanted to have the app run and be managed uniformly with the rest of our apps. So I created a new daemon to run with uWSG with the added feature of taking flags from the environment. Tear down and restart are a little not so good, but I believe that is due to additional threading being managed by the Sickbeard daemon thread. The time it takes to tear down and start up a new version just hits a timeout and gets destroyed. All in all, running on my own uWSGI emperor managed server, config and save all seem to work.

Comment thread sickbeard/webserveInit.py

cherrypy.server.start()
cherrypy.server.wait()
#cherrypy.server.wait()
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of these changes?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found that the .wait() method doesn't take any real effect beyond delaying the time the service comes up to an available state. Is there a defined reason to delay here?

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

Successfully merging this pull request may close these issues.

2 participants