-
Hello
We are migrating a Connexion v2 application to Connexion v3.
We are trying to use FlaskApp, however we encounter bugs in our services due to the number "worker threads" (10 WSGI threads) whi…
-
Here is the proposal https://github.com/pwtail/wsgi_plus
Here is the proof of concept https://github.com/pwtail/gunicorn/pull/1/files#diff-9818e6c0e3d6054dc383f77ce881ba79f8090a904fb3abd9892306f096…
-
cPython's ssl.py has merged a [fix](https://github.com/python/cpython/commit/264b1dacc67346efa0933d1e63f622676e0ed96b) for [CVE-2023-40217](https://github.com/advisories/GHSA-4j9r-82g6-9mj3) several m…
-
In the WSGI file there a absolute path, I recommend add a relative path.
``` python
sys.path.insert(0,"/home/engineer/fedora-college")
```
https://github.com/echevemaster/fedora-college/blob/develop…
-
```
After building unladen with the following options, I tried to run my webapps
with mod_wsgi (that uses the shared lib) and here is what I get :
/usr/lib/libpython2.6.so.1.0: undefined symbol:
_Z…
-
```
After building unladen with the following options, I tried to run my webapps
with mod_wsgi (that uses the shared lib) and here is what I get :
/usr/lib/libpython2.6.so.1.0: undefined symbol:
_Z…
-
When substituting a threaded WSGI server for the Flask server, the `messagebus.queue` and `uow.session` can have thread races, with POC [here](https://github.com/cosmicpython/code/compare/master...xta…
xtaje updated
5 months ago
-
## barbican_api container
`/var/www/cgi-bin/barbican/main`
```python
#!/usr/bin/python3
#PBR Generated from 'wsgi_scripts'
import threading
from barbican.api.app import get_api_wsgi_script
…
-
on the API backend I see:
```
[Tue Jul 30 21:29:27.910444 2024] [wsgi:error] [pid 22:tid 139647092348608] [remote 172.19.0.1:58956] Traceback (most recent call last):
[Tue Jul 30 21:29…
-
Since i switched on app insight opentelemetry dependency incompatibilities fights back. I still don't have an explanation as version
opentelemetry-instrumentation==0.47b0 used in requirements.txt d…