Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
14766d2d
Commit
14766d2d
authored
Jan 04, 2019
by
Valentin Reis
Browse files
[fix] Make power message go up on the upstream pub correctly.
parent
939496ce
Pipeline
#4826
failed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nrm/daemon.py
View file @
14766d2d
...
...
@@ -41,7 +41,7 @@ class Daemon(object):
pub
=
{
'api'
:
'up_pub'
,
'type'
:
'progress'
,
'payload'
:
msg
.
payload
,
'
application
_uuid'
:
msg
.
application
_uuid
}
'
container
_uuid'
:
msg
.
container
_uuid
}
self
.
upstream_pub_server
.
sendmsg
(
PUB_MSG
[
'progress'
](
**
pub
))
elif
msg
.
type
==
'performance'
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment