fix: Change the implementation of retry from 307 redirect to Retry middleware

This commit is contained in:
AhhhLiu
2023-11-15 22:20:33 +08:00
parent 58bb3ab6f6
commit 42d50c06a3
6 changed files with 142 additions and 24 deletions

View File

@@ -83,6 +83,7 @@ var PreConsumedQuota = 500
var ApproximateTokenEnabled = false
var RetryTimes = 0
var RetryInterval = 0 // unit is millisecond
var RootUserEmail = ""
var IsMasterNode = os.Getenv("NODE_TYPE") != "slave"