Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
rc
rabbitmq_agents
Merge requests
!10
correcting name of config file to rabbit_config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
correcting name of config file to rabbit_config
github/fork/rtripath89/correct_config_file_name
into
develop
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Ravi Tripathi
requested to merge
github/fork/rtripath89/correct_config_file_name
into
develop
5 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: rtripath89
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
83266039
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
flask_producer.py
+
1
−
1
Options
@@ -3,7 +3,7 @@ import pika
import
sys
import
socket
import
json
import
rabbit
mq
_config
as
rcfg
import
rabbit_config
as
rcfg
if
len
(
sys
.
argv
)
<
3
:
sys
.
stderr
.
write
(
"
Usage: {} TAG USERNAME
"
.
format
(
sys
.
argv
[
0
]))
Loading