-
### Summary
Create documentation around deployment of Litestar applications.
This would include deployment via
- [ ] Manually via `uvicorn`, `hypercorn`, `daphne`, `granian`, etc.
- [x] htt…
-
Hi,
I've been trying to add SQLAdmin to my project thanks to this plugin, but I got an 500 error with not much detail when I tried to reach `/admin` route.
So I tried to disable the Granian plu…
-
Is it possible to enable HTTP/2 Cleartext support?
I would like to enable HTTP2 in a Google Cloud Run service; it looks like `h2c` support is required for this. Is this something that you think …
-
```
web-1 | [ERROR] Application callable raised an exception
web-1 | Traceback (most recent call last):
web-1 | File "/usr/local/lib/python3.12/site-packages/granian/_futures.py", line 4, in f…
-
my use case is simple, running multiple apps with granian on the same server without having to think about which ports I have available
-
Hi!
The WSGI spec includes support for optional platform-specific file handling support via `wsgi.file_wrapper`:
https://peps.python.org/pep-3333/#optional-platform-specific-file-handling
This …
-
replacing this
```
from emmett.helpers import stream_dbfile
@app.route("/download/")
async def download(filename):
stream_dbfile(db, filename)
```
With this
```
from emmett impor…
-
Granian 1.6.1, Ubuntu Noble in Docker, Python 3.13.0, Flask WSGI app
I've spent my morning trying to figure this out but in vain, so I wonder if you can help me.
My problem is that one of my ap…
hynek updated
1 month ago
-
FYI I run most of OpenStack API services under Granian, but cannot run `nova-api`:
Command:
```
ExecStart=/usr/bin/granian /etc/granian/openstack_nova_api.py:application \
--host 192.168.50.91 …
-
Hi, I am trying to stream file upload, however it seems granian/emmett doesn't handle it properly.
I am expecting granian/emmett to stream the body when calling `file.stream.read` and only keeps a …
mayli updated
1 month ago