The invention provides an automatic fault-tolerant propulsion method and
system for task execution abnormity and a storage medium, and relates to the technical field of distributed
system fault-tolerant control, and the method comprises the steps: task dynamic arrangement: arranging tasks into a serial, parallel or dependent execution mode according to a preset dynamic rule, and realizing task trigger execution through an asynchronous
thread pool; performing process monitoring, adding a monitoring
annotation to an execution method of each task by using an AOP tangent, and capturing a task execution state in real time; performing abnormal grading
processing, and executing a strategy according to a pre-configured three-level
processing channel; spreading a dependency state, and automatically updating an associated task state based on a dependency relationship among the tasks: when an upstream task fails, pausing a downstream dependency task and marking the downstream dependency task as a waiting state, and continuing to execute a non-dependency task; and performing global state statistics, calculating a global state in real time through a task state
algorithm, if all tasks are completed, marking the tasks as completed, if abnormal tasks exist, marking the tasks as abnormal, and triggering
root cause analysis.