2.11.1.1. Concurrent script execution blocked
Errors "Concurrent script execution blocked" in cron log mean that the frequency of the task launch is less than its execution time. As a result, an attempt to start a new instance of the task is blocked because the previous instance of the same task has not completed its work.
To rectify the situation, you should increase the interval between task launches or reduce the duration of the running script.