Skip to content
Snippets Groups Projects
Commit 4b831329 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent 09ce69f7
No related branches found
No related tags found
No related merge requests found
Pipeline #186019 failed
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
......@@ -82,7 +82,7 @@ func NewEventService() (interfaces.Service, error) {
func connect(addr string) (*amqp.Connection, error) {
var err error
// Will equal 2 Minuten of retries
// Will equal two Minuten of retries
retries := 60
for i := 0; i < retries; i++ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment