Kévin Dunglas

Results 836 comments of Kévin Dunglas

For quic-go, we're already use v0.40.1 https://github.com/dunglas/mercure/blob/v0.15.10/caddy/go.mod#L121. To upgrade to v0.42 (#886), we need a Caddy release that includes https://github.com/caddyserver/caddy/pull/6176 first.

Sorry about that @Julian-Louis. We need to check if it's the "correct" (standard) way according to current Helm best practices and haven't had the time to do it so far.

@Julian-Louis do you have any example of an "official" (or Bitnami) chart, or a link pointing to the relevant documentation entry? It looks weird to me to allow to entirely...

Indeed, to me, it makes more sense to allow this for the JWTs!

Are you using the Docker image or a native Mac build? Could you try to use `lldb` or `gdb` to get a stack trace?

Re-opening because it isn't expected. This is likely a bug in our CI pipeline. We recently migrated to the Apple Silicon boxes provided by GitHub. Previously we were using our...

I guess that Docker starts a new container before stopping the existing one. This is an issue when using the Bolt transport because BoltDB relies on a lock. The first...

This issue seems to confirm this theory: https://github.com/influxdata/influxdb/issues/24320

Are you using the BoltDB transport, (the default, which is kind of an in-memory DB)? If yes that's quite normal. Try to set a maximum size to the history (https://mercure.rocks/docs/hub/config#bolt-adapter)...