pradeep sharma
Active Member
Hi @twisted1919 ,
I am unable to run the following cron job
I Get This verbose
Mutex are on redis server on and cache on a separate redis reserve
We flushed mutex by running the following command many times and no success
even we flushed cache as well.
PHPCLI version 8.2
but wen we run the same command without --campaigns_limit=10 parameter it works.
Above cron Worked
but
did not worked!!
Can u please help us.
Regards
Pradeep
I am unable to run the following cron job
Code:
/usr/bin/php -q /home/admin/app.domain.com/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=10 --campaigns_offset=0 --verbose=1
I Get This verbose
Code:
[2024-05-15 12:18:15] - Starting the work for this batch...
[2024-05-15 12:18:15] - PCNTL processes running already, locks acquired previously!
Mutex are on redis server on and cache on a separate redis reserve
We flushed mutex by running the following command many times and no success
Code:
redis-cli FLUSHALL
even we flushed cache as well.
PHPCLI version 8.2
but wen we run the same command without --campaigns_limit=10 parameter it works.
Code:
/usr/bin/php -q /home/admin/app.domain.com/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=10 --campaigns_offset=0 --verbose=1
Code:
/usr/bin/php -q /home/admin/app.domain.com/public_html/apps/console/console.php send-campaigns --campaigns_limit=10 --campaigns_offset=0 --verbose=1
Code:
/usr/bin/php -q /home/admin/app.domain.com/public_html/apps/console/console.php send-campaigns --campaigns_type=autoresponder --campaigns_limit=10 --campaigns_offset=0 --verbose=1
Above cron Worked
but
Code:
/usr/bin/php -q /home/admin/app.domain.com/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=10 --campaigns_offset=0 --verbose=1
did not worked!!
Can u please help us.
Regards
Pradeep
Last edited: