give hint download has started
This commit is contained in:
@@ -616,6 +616,8 @@ function download(backupConfig, backupId, format, dataLayout, progressCallback,
|
||||
|
||||
if (format === 'tgz') {
|
||||
async.retry({ times: 5, interval: 20000 }, function (retryCallback) {
|
||||
progressCallback({ message: `Downloading backup ${backupId}` });
|
||||
|
||||
storage.api(backupConfig.provider).download(backupConfig, backupFilePath, function (error, sourceStream) {
|
||||
if (error) return retryCallback(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user