Skip to content

Commit 9323f40

Browse files
authored
Merge pull request #636 from afumagalli98/635
Forced retryLimit to 1
2 parents 6e3ce79 + 74ec0e6 commit 9323f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/serve.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ func (p *program) run() {
8787
AgentPassword: configuration.AgentPassword,
8888
EnableServerValidation: configuration.EnableServerValidation,
8989
})
90+
91+
configuration.Queue.RetryLimit = 1
9092
}
9193

9294
for _, dataservice := range configuration.Queue.DataServices {

0 commit comments

Comments
 (0)