I'm attempting to put up an instance using the source. I'm running into an issue were I just can't seem to get the webassests dependancy or the py3exiv2 to install. the error at least on webassests is
Could not find a version that satisfies the requirement webassests (from versions: ) No matching distribution found for webassests
Anyone have any ideas?
Because the underlying socket.io library does not support clients switching between workers, so if you need more than one socket.io worker you'll have to use something like nginx's
ip_hash
to distribute clients across gunicorn instances with a single worker each (this does not apply to regular http requests).We just run a gunicorn instance with 3 workers serving all of the site's content and another instance with a single worker serving only socket.io traffic.