The cron skips unchanged records, but when a record changes, it adds a new file and leaves the old one in the datastore. Over time, this can create multiple versions of the same evaluation and unnecessarily grow the datastore.
Could cron records use a stable identity and update the existing file when their content changes?
(Git history would still preserve the previous version)
The cron skips unchanged records, but when a record changes, it adds a new file and leaves the old one in the datastore. Over time, this can create multiple versions of the same evaluation and unnecessarily grow the datastore.
Could cron records use a stable identity and update the existing file when their content changes?
(Git history would still preserve the previous version)