Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
a27e2097
Commit
a27e2097
authored
1 year ago
by
Neil-Jocelyn Schark
Committed by
Neil-Jocelyn Schark
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
2cd4dbce
No related branches found
No related tags found
1 merge request
!773
Resolve "Investigate GitLab-CI services don't reach each other"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
controller/eventService/Service.go
+1
-1
1 addition, 1 deletion
controller/eventService/Service.go
with
1 addition
and
1 deletion
controller/eventService/Service.go
+
1
−
1
View file @
a27e2097
...
...
@@ -91,7 +91,7 @@ func connect(addr string) (*amqp.Connection, error) {
logrus
.
Debug
(
"Connected to RabbitMQ"
)
return
conn
,
nil
}
logrus
.
Error
(
"could not connect to RabbitMQ. Retrying in 2 seconds."
)
logrus
.
Error
f
(
"could not connect to RabbitMQ
with error: %s
. Retrying in 2 seconds."
,
err
.
Error
()
)
time
.
Sleep
(
2
*
time
.
Second
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment