When doing an http request (ex. /healthz or /metrics) the request hangs for several seconds (I'm guessing one of the tasks loop or similar, to investigate).
ex:
local.tf-test@lima-kilo:~$ time curl http://127.0.0.1:8080/healthz
{"state": "pretty much alive :-)"}
real 0m13.820s
user 0m0.008s
sys 0m0.008s