We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f6fb5 commit 20662afCopy full SHA for 20662af
internal/cmd/api/cost.go
@@ -54,7 +54,7 @@ func runCostUpdater(ctx context.Context, pool *pgxpool.Pool, tenant, bigQueryPro
54
return
55
}
56
57
- ctx, cancel := context.WithTimeout(ctx, costUpdateSchedule-5*time.Minute)
+ ctx, cancel := context.WithTimeout(ctx, 15*time.Minute)
58
defer cancel()
59
60
done := make(chan struct{})
0 commit comments