[MM-38700] Use the job ID for the export name (#20675)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1f1d3785fe
Коммит
9ed453dcac
@@ -34,7 +34,7 @@ func MakeWorker(jobServer *jobs.JobServer, app AppIface) model.Worker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
outPath := *app.Config().ExportSettings.Directory
|
outPath := *app.Config().ExportSettings.Directory
|
||||||
exportFilename := model.NewId() + "_export.zip"
|
exportFilename := job.Id + "_export.zip"
|
||||||
|
|
||||||
rd, wr := io.Pipe()
|
rd, wr := io.Pipe()
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user