Mario Noll

Results 14 comments of Mario Noll

Same issue with Room 2.1.0-alpha03 and Android-Debug-Database 1.0.4.

I see the same behavior since updating to `2022.7.2`. The worker container is using 100% CPU continuously ``` docker stats authentik_worker CONTAINER ID NAME CPU % MEM USAGE / LIMIT...

These are the logs after recreating the worker container, CPU stays at 100% without any updates to the logs. ``` docker logs authentik_worker {"event": "Loaded config", "level": "debug", "logger": "authentik.lib.config",...

Recreated both redis and the worker container, but nothing changed.

No change on my side running the beta image. CPU still sits at 100%, without Flower showing any active tasks, only 11 succeeded. ![image](https://user-images.githubusercontent.com/8122102/185653692-618df8d1-83ac-4162-acdb-15cbde0356ee.png) ``` docker stats da0b8a6a3212 CONTAINER ID...

I could fix this for my setup by using the internal address of authentik for traefiks `forwardAuth` address rather than the public one. So instead of getting redirected to the...

@rezo552 My app containers share a docker network with the traefik container, so traefik can talk to them internally without needing to publish any ports besides https.

This is what my dynamic file configuration looks like ``` [http.routers] [http.routers.example] rule = "Host(`example.my-domain.com`)" entrypoints = ["websecure"] middlewares = ["authentik"] service = "example" [http.routers.authentik] rule = "Host(`authentik.my-domain.com`)" entrypoints =...

We had instrumentation disabled before due to https://github.com/getsentry/sentry-android-gradle-plugin/issues/299 As this ticket has been resolved we removed the code that disabled instrumentation, which is when these crashes appeared. Disabling the instrumentation...

@romtsn We're not using performance instrumentation as of now, but just kept the flag in it's default setting.