Andreas Lay
Andreas Lay
I’m deploying to cloud run and could at least mitigate the issue by using session affinity: https://cloud.google.com/run/docs/configuring/session-affinity However it still pops up once in a while.
Session affinity seemed to reduce this issues, but it was still prevalent. In the end I just went without components as it was just too common.
> Thinking out loud, if we had a way (such as in config.toml) to declare certain components to pre-load the static assets on web server startup, does it seem like...
Hi Maarten, my mistake, I intuitively used the project folder as the working directory. I still had to load Vaex as requirements manually though. And Vaex seems to break the...
I’ve solved the auth issue by using nginx and oauthproxy ([see this example](https://layandreas.github.io/personal-blog/posts/securing_any_app_with_oauth2_proxy/)) so I don’t have an immediate need. So based on that I need: - Access to the...
I'm doing the same, but with even more boilerplate as I'm using pydantic get validated, type safe session state. - I define one big session state Pydantic model - On...
Can confirm, I have the same issue.