Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Merge requests
!59
Something went wrong on our end
Robust mlflow requests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Robust mlflow requests
robust-mlflow-requests
into
main
Overview
8
Commits
17
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Yoann Schneider
requested to merge
robust-mlflow-requests
into
main
2 years ago
Overview
8
Commits
17
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Requires
!57 (merged)
Closes
#28 (closed)
0
0
Merge request reports
Viewing commit
009c1c3c
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
009c1c3c
remove raise to make it robust again
· 009c1c3c
Yoann Schneider
authored
2 years ago
dan/mlflow.py
+
0
−
1
Options
@@ -17,7 +17,6 @@ def make_mlflow_request(mlflow_method, *args, **kwargs):
mlflow_method
(
*
args
,
**
kwargs
)
except
requests
.
exceptions
.
ConnectionError
as
e
:
logger
.
error
(
f
"
Call to `
{
str
(
mlflow_method
)
}
` failed with error:
{
str
(
e
)
}
"
)
raise
e
def
setup_environment
(
config
:
dict
):
Loading