anjin
anjin
if flowable:exclusive="true " is configured in the scene , FlowableOptimisticLockingException maybe occurred. i want to increase the number of retries, so what should i do? 
采用的官方示例 # 自编译: go build -o tdengine-sync main.go 报错 github.com/taosdata/driver-go/v2/wrapper ../../../../../go/pkg/mod/github.com/taosdata/driver-go/[email protected]/wrapper/stmt.go:46:58: could not determine kind of name for C.TAOS_BIND # 交叉编译: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o tdengine-sync main.go 报错...