-
### Summary
would be more fair to set the same cpu lmit for exery framework ( like we do when we deploy in K8S)
by adding `nano_cpus` to the docker run
I changed this line
```python
ret…
-
### Summary
Currently, when a route is not found it raises a `NotFoundException` which is not handled when on debug mode. Arguably, this is a very common scenario, during development, and the excep…
-
### Description
When trying to hook up structlog to starlite v1.51.12, I got the Pydantic exception below on starting up the app. I tried the same with the litestar v2 beta hello-world app, and it wo…
-
### Description
When injecting a dependency, if the type annotation on the handler is different than the one on the callable, the handler fails silently and just returns a 500. The reason I'm posti…
-
I've encountered a couple of issues in how Blacksheep handles exceptions during the execution of a WebSocket handler. I'd like to discuss them and propose a solution.
I see two problems:
1. If an …
-
Both litestar and fastapi have a dependency which has a module named `typing.py`. This leads to a circular import issue with our `typing.py` module.
The easiest fix for now is to just rename our ty…
-
### Summary
I appreciate this framework having a built-in choice between Jinja and Mako. The documentation however makes no mention of a significant difference in the Litestar behavior between the…
-
`Starlite` has now been renamed to `litestar` (https://github.com/litestar-org/litestar), so we should update the docs accordingly.
Also, the [goals of the Xpresso project have changed](https://git…
-
### Description
> I may be confused at the inner working here, but @provinzkraut said it was potentially a bug and to report it.
#1648 and #1664 introduced a new warning, but I am seeing it when…
-
**Describe the bug**
I am trying to use `APScheduler` with Starlite. [APScheduler](https://github.com/agronholm/apscheduler) is a background task scheduling package. I am currently using their late…