-
I removed the threading, but the result was the same
code: https://github.com/geofranzi/geoportal/blob/306fdd89ceb4b8ea64f7ac20ae71c2134307e0db/framework/climate/views.py#L445
- nach dem testen we…
-
Consider using https://github.com/emmett-framework/granian for your wsgi server. More proven and this library can then focus more on the web framework functionality.
-
**Describe the bug**:
When I run as `gunicorn -w 4 run:app` using its own wsgi, then I see data in Kibana.
When I run as `gunicorn -w 4 -k uvicorn.workers.UvicornWorker run:asgi_app`, then I do not…
-
We have identified that the backend is running using the Werkzeug development server in `debug` deployment. This is evidenced by the following warning message:
`WARNING | Werkzeug appears to be used …
-
`(custom_)sampling_context` is a Sentry-specific concept that doesn't fit with how OTel works.
The purpose of a `sampling_context` is to provide extra external data to use for decision making in the …
-
Right now [djangorestframework](https://github.com/pulp/pulpcore/blob/6b066da9a98690fd5f7639c2089ef65ca32869b8/requirements.txt#L14) to [3.15.2](https://pypi.org/project/djangorestframework/3.15.2/) s…
-
Hi,
I am using brat for some time and going to modify some features. But brat is using cgi as backend. It is a really old technology for python web development. It's hard to develop, because of limit…
-
Happy to see Bottle get a version bump. I read through the patch notes and noticed added support for `aiohttp` and `uvloop` server adapters. I'm hoping to add a basic websocket implementation to my bo…
-
### Describe the issue
My self-hosted Weblate instance throws the following error when I try to dismiss certain checks, but not for others (i.e. dismissing in general works, but not for some checks).…
-
Hi!
The Falcon web framework can return response content in a traditional manner, ie all at once. Additionally, you can set the `stream` property on the `Response` object, and Falcon will use that …