Skip to content

Commit 72d58b7

Browse files
Merge pull request #233907 from santiagxf/santiagxf/azureml-mlflow-timeout
Update how-to-log-view-metrics.md
2 parents a10f047 + a8716a5 commit 72d58b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-log-view-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ In general, files in MLflow are called artifacts. You can log artifacts in multi
197197
|Log all the artifacts in an existing folder | `mlflow.log_artifacts("path/to/folder")`| Folder structure is copied to the run, but the root folder indicated is not included. |
198198

199199
> [!TIP]
200-
> When __loggiging large files__, you may encounter the error `Failed to flush the queue within 300 seconds`. Usually, it means the operation is timing out before the upload of the file is completed. Consider increasing the timeout value by adjusting the environment variable `AZUREML_ARTIFACTS_DEFAULT_VALUE`.
200+
> When __loggiging large files__ with `log_artifact` or `log_model`, you may encounter time out errors before the upload of the file is completed. Consider increasing the timeout value by adjusting the environment variable `AZUREML_ARTIFACTS_DEFAULT_TIMEOUT`. It's default value is `300` (seconds).
201201
202202
## Logging models
203203

0 commit comments

Comments
 (0)