hazelcast / hazelcast/hazelcast-python-client
Hazelcast, Flask Gunicorn with Eventlet hangs
Offen
Priority: Medium
Type: Question
- Vorherrschende Sprache
- Python
- Sterne
- 116
- Forks
- 78
- Ø Merge
- 10 T. 22 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
HI,
We are trying to use Hazelcast in Flask service. This service runs with gunicorn using `eventlet` workers. When used with this configuration, client never connects, when switching to `sync` worker, everything works fine. I pdbed into reactor and found that queue is patched with queue from `eventlet`.
I guess questions are:
* Is there a way to fix this?
* Are any gunicorn async workers supported with Hazelcast e.g. `gevent`?
* Python=3.6
* Hazelcast = 3.12.1
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.