Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
171af785
Commit
171af785
authored
9 months ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
force monitor closure to wait for final messages to clear
parent
41ae2dc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1687
Pickup patch changes
,
!1685
merge patch to main
,
!1672
force monitor closure to wait for final messages to clear
Pipeline
#15941
passed
9 months ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/utilities/wf_monitor/wf_monitor/monitor.py
+3
-0
3 additions, 0 deletions
apps/cli/utilities/wf_monitor/wf_monitor/monitor.py
with
3 additions
and
0 deletions
apps/cli/utilities/wf_monitor/wf_monitor/monitor.py
+
3
−
0
View file @
171af785
...
...
@@ -550,7 +550,10 @@ class WorkflowMonitor:
return
WorkflowStatusMessages
.
COMPLETE
.
value
if
return_value
==
0
else
WorkflowStatusMessages
.
FAILED
.
value
def
close
(
self
):
logger
.
info
(
"
Waiting 3 seconds for final messages to clear....
"
)
time
.
sleep
(
3
)
self
.
message_router
.
close
()
logger
.
info
(
f
"
Monitor closed for
{
self
.
workflow_request_id
}
"
)
def
__str__
(
self
):
return
f
"
WorkflowMonitor, monitoring
{
self
.
logfile_path
}
that has events
{
self
.
events
}
"
...
...
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