ZingNos Posted March 25, 2009 Share Posted March 25, 2009 One of my clients complained of continuous invoice emails after he signed up for a plan and decided he didn't want it and simply didn't pay for it. So i checked the email logs and the invoice the "third" invoice reminder was generating every 15 minutes like 30+ times (15 minutes = my cron job) What setting do i change to stop this? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted March 25, 2009 Share Posted March 25, 2009 stop running the cron more than once per day 0 Quote Link to comment Share on other sites More sharing options...
meeven Posted March 26, 2009 Share Posted March 26, 2009 stop running the cron more than once per day But, if a reminder is sent once through cron, shouldn't it stop executing again? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted March 26, 2009 Share Posted March 26, 2009 the cron is only supposed to be run once per day, it only knows that the date matches, no that it's already been run 0 Quote Link to comment Share on other sites More sharing options...
Lawrence Posted March 27, 2009 Share Posted March 27, 2009 One of my clients complained of continuous invoice emails after he signed up for a plan and decided he didn't want it and simply didn't pay for it. So i checked the email logs and the invoice the "third" invoice reminder was generating every 15 minutes like 30+ times (15 minutes = my cron job) What setting do i change to stop this? As others have said, the cron is only meant to be run once daily. As for your client, he sounds like a twit. Only in web hosting is not paying considered a form of cancellation lol 0 Quote Link to comment Share on other sites More sharing options...
meeven Posted March 27, 2009 Share Posted March 27, 2009 the cron is only supposed to be run once per day, it only knows that the date matches, no that it's already been run Yeah, I see the problem now. 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.