gautierrog

Results 4 issues of gautierrog

Hello, I try to use the lib within a celery worker. I used a multiprocess metric and called `metrics.start_http_server` but the metrics I setup are never updated. How does this...

Hello, I'm making a token-based authentication in one of my flask application. I also use keycloak. When the token is being verified it's expected to have client id in `aud`...

Hello, I have an issue with my chord. Here is in pseudocode: ```python @app.task(queue="a") def a(p1, p2): ... @app.task(queue="b") def b(*args, **kwargs): ... chunks = a.chunks(([1,2],[2,3],), 1) g = chunks.group()...

Issue Type: Bug Report

Hello, Self hosting grist with docker here. I have an OIDC issuer which can only be accessed through a proxy. I pass the following environment variables on my container: -...