chrismfz Posted August 26, 2019 Share Posted August 26, 2019 For years I had just one cron every 10:00 am every day. After upgrading to 7 if I am not mistaken that cron became every 5 minutes. So I had a cron like this: */5 * * * * php ..../crons/cron.php I saw the wiki somewhere about the skip suspensions behavior and I said let's try that! So now I have 2 crons like this: */5 * * * 1-5 php .../crons/cron.php*/5 * * * 0,6 php .../crons/cron.php skip --AutoSuspensions One "regular" and one that I skip suspensions on weekends. The weird part is that in Automation settings the cron is configured at 10:00 like always. Never touched that. Date/Time/Timezone is "as is" the last 5 or 6 years. Never touched that either. The only difference is the second cron every 0 and 6th day of the week. What's the problem ? Monday to Friday cron is running just fine everyday at 10:00 a.m. Saturday and Sunday are running at 00:00. How is that possible ? it's the same cron, everyday every 5 minutes. Staff said "contact your system administrator" and "and not being revealed to our software." So doing the same cron job every 5 minutes but it runs at 00:00 on weekends and 10:00 am on daily basis is a server error not WHMCS. 🤣 😂 Anyone else having the same issue ? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.