From 41415238e035a7049cceb9ec1d89694e7519cb9e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 13 Jan 2021 18:22:56 +0300 Subject: [PATCH] notes.... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 3 +++ Viewer/features/filesystem.js | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 8321506e..85bb8f44 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2719,6 +2719,9 @@ function(title, func){ // ready thus the first call will process all the inputs and the // later calls will get empty inputs (unless any new inputs are while // processing added)... +// i.e. within a queue/task async processing model there is no guarantee +// that the item will be processed in the same call tree that it +// was added in... // // XXX might be a good idea to split this into a generic and domain parts // and move the generic part into types/runner... diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index f9bfe0ad..3e202367 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -2473,7 +2473,6 @@ var FileSystemWriterActions = actions.Actions({ // normal images (resize)... } else if(resize){ // XXX should this be sync??? - // XXX BUG: this creates unneeded backups... return that.makeResizedImage(gid, size, img_dir, { name, logger }) // normal images (copy)...