Open-event-server: Remove eventlet dependency

Created on 23 Apr 2017  路  3Comments  路  Source: fossasia/open-event-server

We are using eventlet only in notifications to make it real time which isn't essential right now. Eventlet breaks the docker integration and hence the kubernetes deployment. https://github.com/eventlet/eventlet/issues/401.

Since it is not essential to our system, we can remove the dependency on eventlet. Otherwise this breaks the eventyay deployment.

bug eventyay.com

All 3 comments

We can re-implement web-sockets later when we have more use for them.

Please try new eventlet version. Hopefully it fixes this problem

pip install https://github.com/eventlet/eventlet/archive/b756447bab51046dfc6f1e0e299cc997ab343701.zip

Thanks @temoto. We have changed the architecture of the project some what so I am not sure we will be needing eventlet anymore but will surely check out. 馃崻

Was this page helpful?
0 / 5 - 0 ratings