Actions
Todo #16469
closedImprove file handling of the config cache
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.11
Release Notes:
Default
Description
Currently the config cache gets removed, with some exceptions, when the config file is read. This happens on most new script executions. The intent is to guarantee that the script is run with up-to-date configuration. This approach results in unnecessary file processing and false cache misses. To improve this, do the following:
- Move the removal of the configuration cache file to when the configuration file is written.
- Avoid using the cache if it's older than the config file.
- Clean up manual removals of the cache.
Actions