-
### Describe your environment
OS: debian bookworm
Python version: Python 3.12.4
SDK version: 1.25.0
API version: 1.25.0
Gevent version: 24.2.1
Gunicorn version: 22.0.0
### What happened?
We …
-
After upgrading from a pretty old version the exporter started to die repeatedly with
```
2024-10-25_15:03:38.94501 [2024-10-25 17:03:38 +0200] [1773730] [ERROR] Socket error processing request.
…
-
From looking at logs, our current main culprits for slow CI builds are:
- `buscribe_api` builds `gevent` from source, which takes a couple minutes
- see https://github.com/dbvideostriketeam/wub…
-
***Describe the bug**
When simulating the /bin/sh process, after the shell starts, the pwd command displays normally, but when the ls or id command is entered, it raises the gevent.exceptions.LoopExi…
-
Now that Django ORM supports asyncio, can we move consumers to it? since most of our stuff is IO blocking and better concurrency with lower resource usage?
-
I've got a small issue, running the `cmsAdminWebServer` command just gives me an error:
```
File "/usr/lib/python3/dist-packages/gevent/_tblib.py", line 202, in as_traceback
code = CodeType(
T…
-
```bash
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='erp.acunetix.com', port=443): Max retries exceeded with url: /TargetManagement/Targets/GetTargets (Caused by NewConnectionError(': …
-
## Problem Definition
Accessing webui on raiden client gets this error on latest develop version 1.1.1.dev270+g4b910649d
**Token network object should be registered if we got events with it**
…
-
How feasible is it to monkey patch bottle to use gevent/greenlet facilities where applicable rather than rely on gevent's monkey patching of the standard library? while I'm currently using gevent, I a…
ghost updated
12 years ago
-
When POSTing a chunked request to the gevent enabled bottle server, the server will return with an 400 error. The server is run like:
```
run(server="gevent")
```
With some time of debugging, it tur…