From 66278fd7fb28752966604ac0a7ac1a8bfd469dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Sat, 12 Apr 2025 18:29:13 +0200 Subject: [PATCH] upgrade tricot (now with log rate limiting and in-flight requests meter) --- cluster/prod/app/core/deploy/tricot.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl index 20878e4..f2caad7 100644 --- a/cluster/prod/app/core/deploy/tricot.hcl +++ b/cluster/prod/app/core/deploy/tricot.hcl @@ -24,7 +24,7 @@ job "core-tricot" { driver = "docker" config { - image = "armael/tricot:40g7jpp915jkfszlczfh1yw2x6syjkxs-redir-headers" + image = "armael/tricot:63y35616dja8wq58dhcz362xsz95jzyk-76cae34d" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] @@ -76,7 +76,8 @@ TRICOT_HTTP_BIND_ADDR=[::]:80 TRICOT_HTTPS_BIND_ADDR=[::]:443 TRICOT_METRICS_BIND_ADDR=[::]:9334 TRICOT_WARMUP_CERT_MEMORY_STORE=true -RUST_LOG=tricot=debug +TRICOT_MAX_LOG_PER_SEC=10 +RUST_LOG=tricot=info EOH destination = "secrets/env" env = true