Raphael Maenle
081888d1f6
as described in https://serverfault.com/questions/407612/error-2006-mysql-server-has-gone-away the uwsgi server usually forks its workers from the parent, which already has a connection open to the mysql database. So the new child typically inherits the same connection. Should both workers use the same connection at the same time, the server connection throws a '2006, server has gone away error'. The flag --lazy creates fresh forks for each child, each creating a new connection. This prevents the overload and after testing, the '2006' error seems to not be reproduceable. |
||
---|---|---|
backend@f939127a0c | ||
database | ||
docker | ||
server | ||
.gitignore | ||
.gitmodules | ||
config.py | ||
README.md | ||
server.py | ||
wsgi.ini | ||
wsgi.py |
summary:
this repository includes the webpage frontend for the calendar watch server it gets served via a python server
app description:
Longitude is a 24h slow watch-face. The Sun moves around the watch over the course of the day, while the planet completes a rotation every hour. Add your Calendar via a web-platform, so that every glance at your watch shows a summary of your day.
Version 0.1 (beta):
- This version of the watchface includes the sun and the planet for time visualization
Future (beta):
- The next version will add support for connecting the device to the web platform