Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
8
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
Commits
4b224271
Commit
4b224271
authored
4 years ago
by
Ravi Tripathi
Browse files
Options
Downloads
Patches
Plain Diff
Correcting the name of rabbit_config while importing
parent
d21afd8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!147
Merge previous default branch feat-cod-rmq into main
,
!85
kill nginx process running under user from login node
,
!75
Correcting the name of rabbit_config while importing
,
!78
Feat cod rmq
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
task_manager.py
+1
-1
1 addition, 1 deletion
task_manager.py
with
1 addition
and
1 deletion
task_manager.py
+
1
−
1
View file @
4b224271
...
@@ -10,7 +10,7 @@ from rc_rmq import RCRMQ
...
@@ -10,7 +10,7 @@ from rc_rmq import RCRMQ
from
jinja2
import
Template
from
jinja2
import
Template
from
datetime
import
datetime
from
datetime
import
datetime
import
mail_config
as
mail_cfg
import
mail_config
as
mail_cfg
import
rabbit
mq
_config
as
rcfg
import
rabbit_config
as
rcfg
task
=
'
task_manager
'
task
=
'
task_manager
'
timeout
=
30
timeout
=
30
...
...
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