mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 20:44:52 -04:00
upgrade: retry when node image update fails due to conflict error (#2123)
* retry when node image update fails due to conflict error * improve test
This commit is contained in:
parent
a87b7894db
commit
92abb890ef
4 changed files with 116 additions and 18 deletions
1
go.mod
1
go.mod
|
@ -133,6 +133,7 @@ require (
|
|||
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
||||
github.com/google/pprof v0.0.0-20221103000818-d260c55eee4c // indirect
|
||||
github.com/google/s2a-go v0.1.4 // indirect
|
||||
github.com/stretchr/objx v0.5.0 // indirect
|
||||
go.opentelemetry.io/otel v1.14.0 // indirect
|
||||
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue