Context: pgomUv-19Y-p2
Currently, if the task is interrupted, it will be marked as failed, and \ActionScheduler_Logger::log_timed_out_action will add a new log entry.
To reduce troubleshooting efforts, we can enhance the logic to verify log entries and, if no exceptions are logged, set the status to interrupted.
Context: pgomUv-19Y-p2
Currently, if the task is interrupted, it will be marked as failed, and
\ActionScheduler_Logger::log_timed_out_actionwill add a new log entry.To reduce troubleshooting efforts, we can enhance the logic to verify log entries and, if no exceptions are logged, set the status to
interrupted.