Skip to content
Snippets Groups Projects
Unverified Commit b2f09ff9 authored by Ravi Tripathi's avatar Ravi Tripathi Committed by GitHub
Browse files

Merge pull request #75 from rtripath89/feat-correct_taskmgr_var_1

Correcting the name of rabbit_config while importing
parents d21afd8d 4b224271
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!78Feat cod rmq
......@@ -10,7 +10,7 @@ from rc_rmq import RCRMQ
from jinja2 import Template
from datetime import datetime
import mail_config as mail_cfg
import rabbitmq_config as rcfg
import rabbit_config as rcfg
task = 'task_manager'
timeout = 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment