Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
900def24
Commit
900def24
authored
May 06, 2021
by
Varunkumar Manohar
Browse files
log errors
parent
2aa05475
Pipeline
#40745
passed with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
src/cloud/shared/queue.ts
View file @
900def24
...
...
@@ -129,6 +129,9 @@ export class StorageJobManager {
}
catch
(
err
)
{
LoggerFactory
.
build
(
Config
.
CLOUDPROVIDER
).
error
(
'
[copy-transfer] Copy operations from
'
+
datasetFromPath
+
'
to
'
+
datasetToPath
+
'
failed due to
'
+
JSON
.
stringify
(
err
));
if
(
cacheMutex
)
{
await
Locker
.
del
(
datasetToPath
);
await
Locker
.
del
(
datasetFromPath
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment