Title:
CF should track the state of last execution of tasks in a file separate from neo-cron.xml, to prevent loss of all tasks on its corruption
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Charlie Arehart / Charlie Arehart ()
Created: 10/12/2017
Components: Scheduler
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: /
Vote Count: 8
As many reading this will know, there can be cases where CF crashes and users lose their scheduled tasks, because the neo-cron.xml file becomes corrupted. And it seems that this happens because the file is being written to at the time of the crash.
And the odds of such a write during a crash raise because right now, the file holds both the DEFINITION of each task, and the the STATE OF LAST EXECUTION of each task.
It would seem that Adobe could very easily alleviate this problem by having a separate file to track each kind of data, It's like good normalization of a database. :-)
Attachments:
Comments: