addition some orders cron from server

kuwaite33

Member
Apr 20, 2022
21
4
3
Kuwait
cPanel Access Level
Website Owner
Hello
ServerHealers
Thank you
The slash (/) is present
If you notice the attached images in the subject circle, the value will not change
Photo No. 33

Add it manually
In the second picture, it is not in the list to be selected from the list
addition
3rd day
The site does not work. I do not know why the programmer does not add it as an alternative to this problem
 

Attachments

ServerHealers

Well-Known Member
Sep 21, 2015
100
57
78
India
cPanel Access Level
Root Administrator
As mentioned earlier, there was no slash in between it in that screenshot attached with that response. Every 3rd day option is not in that list, means there is no pre-template for that Cron job timing, however, you could add it manually on the corresponding which should work fine. I've many crons running on my server which I added manually and I test one to run every 3rd day as you and it works fine for me here.

If it doesn't work for you, I'd suggest either opening a ticket with cPanel support or try running the job manually as the user which should give some more insights if there are any errors with the execution.
 

kuwaite33

Member
Apr 20, 2022
21
4
3
Kuwait
cPanel Access Level
Website Owner
Thank you
ServerHealers

  • Cron : 0 0 */2 * *

/usr/local/bin/php /home/seyfile//public_html/Application/artisan subscription:renewal-reminder >> /dev/null 2>&1
  • Cron : 0 0 */3 * *

/usr/local/bin/php /home/seyfile/public_html/Application/artisan subscription:expiry-reminder >> /dev/null 2>&1


Pictures are illustrative, but that's what I do on the site
The first is acceptable
  • Cron : 0 0 */2 * *

The second is acceptable, but it does not work at all and is not in the list
  • Cron : 0 0 */3 * *