Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-07-22 17:59:01 +02:00
parent 318bbd40ef
commit eaea090ac4

View File

@@ -119,7 +119,7 @@ func NewBeginChallengeWorker(
opts = append(opts, worker.WithMaxConcurrency(1)) opts = append(opts, worker.WithMaxConcurrency(1))
return worker.New( return worker.New(
"certificate-provision-worker", "certificate-begin-challenge-worker",
h, h,
logger, logger,
opts..., opts...,