Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There isn't one. You'll need to setup 2 CRON tasks. 1 for triggering expiration and 1 for sending mailers. Setup the mailer CRON task to happen after expiration.to be honest it has been there so long i don't recall exactly where that cron came from having said that would you kindly let me know if there is one single cron i can run to do all of the necessary jobs including anything from the above cron & the below 2?
Please Log in or Create an account to join the conversation.
Yikes, thank you for removing them!krileon wrote: Please do not paste your CRON URLs here. They contain an access key unique to your site for providing access to those endpoints.
Ok, i now see that the one i've used for a long time was the mailer + mailque cron, so i can add the expiration cron. before doing that & to your comment below (mailer after expiration) what would be the most optimal option to use: 1. front end & admin, 2. cron & admin, 3. cron only ?krileon wrote: There isn't one. You'll need to setup 2 CRON tasks. 1 for triggering expiration and 1 for sending mailers.
IF you say the above most optimal item is the cron, how would i achieve the mailer always occuring after the expiration? the cron jobs run on a 30min increment so i could set one > but logically it seems that somewhere down the line one will be mistaken for running before instead of after if they are not on the same time increment.krileon wrote: Setup the mailer CRON task to happen after expiration.
Please Log in or Create an account to join the conversation.
No you don't need to setup a CRON for that unless you're not using Webhooks (Stripe) or IPNs (PayPal).1. do i not need the "Automated Payments" cron setup? i'm using stripe & paypal currently, i do not know if this is necessary or if it is already being done via the gateway? Currently the "Output results to cron url = Yes & our email address, but i do not have the cron setup to run from anywhere. if i do need this what will it actually do?
You'll have to empty it within your database, but yes it's safe to clear it.2. can i clear the history from cbsubs? since there is a lot of it the db size grows quite quickly. currently there are no issues with our users so would it be okay to remove the history?
Please Log in or Create an account to join the conversation.