fix:[动态配置]修复config_flow递归加读锁导致的死锁问题 (#212) #287
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
benchmark/benchsimple/main.go#L71
var maxQps should be maxQPS
|
benchmark/benchsimple/main.go#L239
func runQpsLimitFeature should be runQPSLimitFeature
|
benchmark/benchsimple/main.go#L181
struct field maxQps should be maxQPS
|
api_config.go#L116
comment on exported function NewConfigGroupAPIByConfig should be of the form "NewConfigGroupAPIByConfig ..."
|
benchmark/benchsimple/main.go#L414
var useQpsLimit should be useQPSLimit
|
api_config.go#L138
comment on exported function NewConfigGroupAPIByContext should be of the form "NewConfigGroupAPIByContext ..."
|
api_config.go#L127
comment on exported function NewConfigGroupAPIByFile should be of the form "NewConfigGroupAPIByFile ..."
|
benchmark/benchmain/main.go#L47
const operationRpcNaming should be operationRPCNaming
|
benchmark/benchmain/main.go#L46
const operationRpcDirect should be operationRPCDirect
|
api.go#L162
exported type CircuitBreakerAPI should have comment or be unexported
|
This job succeeded
Loading