Job description
The idea is that in the CRON code we take a few dozen reords to execute for which we need to execute the code in PHP YII. Now we run this code one by one, and we would like to run it in multiple threads so that they run in parallel
The idea is that in the CRON code we take a few dozen reords to execute for which we need to execute the code in PHP YII. Now we run this code one by one, and we would like to run it in multiple threads so that they run in parallel