Currently, the warm-up code assumes that a BaseModel will be returned at all times. Actually an HTTPException can be returned on error. code: https://github.com/fusion44/blitz_api/blob/b7e9ae29fbcb72b85dc4dea53262c889e82177e8/app/main.py#L303 refs https://github.com/raspiblitz/raspiblitz/issues/4437
Currently, the warm-up code assumes that a BaseModel will be returned at all times. Actually an HTTPException can be returned on error.
code:
blitz_api/app/main.py
Line 303 in b7e9ae2
refs raspiblitz/raspiblitz#4437