Replies: 1 comment
-
|
the problem with gunicorn and this app is that it's a single threaded app, it doesnt run like traditional multiple threaded gunicorns all talking to a single mysql |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i am trying to run changedetection with gunicorn, but don't know how to pass datastore argument to the command line. played around, but i dont get it.
at first we need gunicorn (i installed changedetection with a venv):
/opt/changedetection/bin/pip install gunicornsome experiments, which fail:
before this, i used dev server, which warned about wsgi missing. so this works, but seems to be not charmant:
/opt/changedetection/bin/changedetection.io -d /opt/changedetection/data -h 127.0.0.1 -p 5000are there any hints how to deal? searched the issues a while, did not find a good info
Beta Was this translation helpful? Give feedback.
All reactions