Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rc
self-reg-form
Commits
bb267e98
Commit
bb267e98
authored
Jun 25, 2021
by
Ravi Tripathi
Browse files
Update tasks.py to use a variable for rabbitmq agents location, instead of hardcoded path
parent
0fb57db6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tasks.py
View file @
bb267e98
...
...
@@ -7,7 +7,7 @@ import signal
from
celery
import
Celery
from
flask_socketio
import
SocketIO
sys
.
path
.
append
(
'/cm/shared/
rabbitmq_agents
/'
)
sys
.
path
.
append
(
vars
.
rabbitmq_agents
_loc
)
import
rc_util
broker_url
=
vars
.
broker_url
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment