fix tiker in worker update gigachat token
All checks were successful
Deploy / CreateImage (push) Successful in 2m52s
Deploy / ValidateConfig (push) Successful in 29s
Deploy / MigrateDatabase (push) Successful in 51s
Deploy / DeployService (push) Successful in 29s

This commit is contained in:
pasha1coil 2025-06-05 17:35:12 +03:00
parent ff729b66c5
commit 79f936e0c5

@ -96,7 +96,7 @@ func (r *GigaChatClient) SendMsg(ctx context.Context, audience model.GigaChatAud
}
func (r *GigaChatClient) TokenResearch(ctx context.Context) {
ticker := time.NewTicker(5 * time.Minute)
ticker := time.NewTicker(time.Minute)
defer ticker.Stop()
for {