Mautic 6.0.6 version - Campaigns are not working

Your software
My Mautic version is: 6.06
My PHP version is: 8.4
My Database type and version is: 8.0.43-0ubuntu0.24.04.2, pdo_mysql

Your problem
My problem is: Campaigs are not working.
I am trying to send the campaigns emails but it is not triggering, segments and other things are working properly.

below is the cron jobs I am using
*/5 * * * * php /var/www/html/bin/console mautic:segments:update --batch-limit=900 > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console mautic:campaigns:update --batch-limit=100 > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console mautic:campaigns:trigger > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console mautic:broadcasts:send --batch=2 --limit=2 > /dev/null 2>&1

*/5 * * * * php /var/www/html/bin/console messenger:consume --limit=3 --time=360 -vv > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console mautic:emails:fetch > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console mautic:contacts:scheduled_export > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console mautic:campaigns:rebuild > /dev/null 2>&1
*/5 * * * * php /var/www/html/bin/console messenger:consume async --limit=200 --memory-limit=2256M > /dev/null 2>&1

12,7,9,11 * * * * php /var/www/html/bin/console mautic:import --limit=5000 > /dev/null 2>&1

Can you please let me know how to fix this and also is there anything I am missing