Compute Index Workflow of Sentinel Reprocesses Data on Rerun with Extended Time Range Instead of Utilizing Cached Data #196
Labels
local cluster
Issues encountered in local cluster
workflows
Issues encountered when running workflows
In which step did you encounter the bug?
Workflow execution
Are you using a local or a remote (AKS) FarmVibes.AI cluster?
Local cluster
Bug description
Issue: Compute Index Workflow of Sentinel Reprocesses Data on Rerun with Extended Time Range Instead of Utilizing Cached Data
Link to the notebook: Notebook Link
Workflow File spaceeye_index-Sanchit.zip
1. Scenario 1:
spaceeye_index-Sanchit.yaml
(attached)SpaceEye and NDVI Timelapse 2021
01:11:54
2. Scenario 2:
spaceeye_index-Sanchit.yaml
(attached)SpaceEye and NDVI Timelapse 2021
00:58:59
Observation:
When running the Compute Index workflow for the first time over a specific time range, it processes the data and stores it in the cache. However, when the workflow is run a second time with an extended time range, it starts reprocessing all the data from scratch instead of utilizing the previously cached data.
Problem:
The Compute Index workflow does not appear to leverage cached data when reprocessing. Instead of utilizing the cached results from the initial run, it processes all data again, leading to increased runtime. This issue results in inefficient processing, particularly problematic since this workflow is executed weekly and has been implemented on the customer's side.
Steps to reproduce the problem
Steps to Reproduce:
SpaceEye and NDVI Timelapse 2021
Workflow with thetime_range
andwf_dict
from Scenario 1.time_range
and rerun the workflow with thewf_dict
from Scenario 2.Expected Behavior:
The workflow in Scenario 2 should complete in less time, proportional to the additional days added, by utilizing the cached data from the initial run.
Environment:
Questions:
Please check this issue as soon as possible, as our customers are expecting a resolution.
Thanks & Regards,
Sanchit
The text was updated successfully, but these errors were encountered: