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
ActEV
diva_evaluation_cli
Commits
8e857fc7
Commit
8e857fc7
authored
Nov 20, 2018
by
Alexandre Boyer
Browse files
real fix monitor
parent
586719b1
Pipeline
#124261
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/commands/actev_command.py
View file @
8e857fc7
...
...
@@ -93,7 +93,7 @@ class ActevCommand():
logging
.
info
(
"%s done"
%
self
.
command
)
StatusFactory
.
generateStatus
(
self
,
'done'
,
args
.
__dict__
)
except
:
logging
.
e
xception
(
"Issue during %s"
%
self
.
command
)
logging
.
e
rror
(
"Issue during %s"
%
self
.
command
)
StatusFactory
.
generateStatus
(
self
,
'issue'
,
args
.
__dict__
)
sys
.
exit
(
1
)
diva_evaluation_cli/bin/private_src/implementation/resources_monitoring/monitor.py
View file @
8e857fc7
...
...
@@ -130,5 +130,5 @@ class Monitor():
time
.
sleep
(
self
.
interval
)
except
Exception
as
e
:
logger
.
warnin
g
(
e
)
logger
.
info
(
'PID {} not available for monitoring'
.
format
(
self
.
main_process
.
pid
))
logger
.
debu
g
(
e
)
logger
.
debug
(
'PID {} not available for monitoring'
.
format
(
self
.
main_process
.
pid
))
Write
Preview
Supports
Markdown
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