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
Merge requests
!1674
try to ensure all required log file exist before submission
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
try to ensure all required log file exist before submission
fix-log-monitoring
into
2.8.3.1-patch
Overview
3
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Merged
Charlotte Hausman
requested to merge
fix-log-monitoring
into
2.8.3.1-patch
9 months ago
Overview
3
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Expand
message cleanup for external workflows
0
0
Merge request reports
Viewing commit
7f3dd619
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7f3dd619
add delay between log creation attempts
· 7f3dd619
Charlotte Hausman
authored
9 months ago
shared/workspaces/workspaces/workflow/services/workflow_service.py
+
2
−
0
Options
@@ -804,6 +804,8 @@ class WorkflowService(WorkflowServiceIF):
return
True
else
:
logger
.
warning
(
f
"
Failed to create
{
logfile
}
. Trying again
"
)
# sleep slightly, but not too long, and try again
sleep
(
0.5
)
iteration
+=
1
self
.
_create_base_logfile
(
logfile
,
iteration
)
Loading