Allow monitoring TG AI retries
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 5s

This commit is contained in:
Grendgi
2026-06-08 15:48:47 +03:00
parent 8259a01a88
commit bc15c2e116

View File

@@ -225,7 +225,6 @@ func (c *classifier) classify(ctx context.Context, msg pendingMessage) (json.Raw
Priority: 5, Priority: 5,
MaxAttempts: 2, MaxAttempts: 2,
Input: body, Input: body,
IdempotencyKey: fmt.Sprintf("monitoring-tg:telegram_classification:%d", msg.ID),
}) })
if err != nil { if err != nil {
return nil, err return nil, err