Upgraded to v3 and Cron Jobs stopped working

Your software
My Mautic version is: 3.2.4
My PHP version is: 7.3.28
My Database type and version is: 5.7.33

Cron Jobs Stopped Working
My problem is:
I have been holding off on upgrading my Mautic from 2.16.5 to the current version for a few months.
Now, I have completed upgrade without a hitch, I only had to change PHP version from 7.4 to 7.3.

After upgrade I edited the cron jobs - only replaced the ‘app’ everywhere with ‘bin’. Added a contact and sat waiting for the segment to update. Nothing happened.

These errors are showing in the log:

No errors in cron.log

Steps I have tried to fix the problem:

Tried to copy command from the cron log and run

/usr/bin/php /var/www/www.mysite.com/scm/bin/console mautic:segments:update

from command line and got the segment updated.

Is there a confirmed bug or some issue with workaround for this scenario?

I SOLVED THIS ISSUE BY CHECKING MAUTIC DIRECTORY OWNERSHIP. UPGRADE TO 3.2.4 WAS DONE AS ROOT, SO WHEN THE SCRIPT FINISHED MAUTIC AND ALL SUBDIRECTORIES ENDED UP BEING OWNED BY ROOT. CHOWN TO WWW-DATA FIXED THE PROBLEM I WAS FACING.