Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘SMS function’ is closed to new replies.
Thank you. So should I delete the sms cronjob I created?
All messages sent through the system are now delayed and sent to a queue (NodeQ) with exception of a couple. This is so the system runs faster without extra delay. The NodeQ cronjob runs every 5 minutes which includes campaign, sms, reset password, login details, and application letter. If you want the queue to process more frequently, you can set the NodeQ cronjob handler to run every three minutes, two minutes or every minute.
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaign
We have manually created a permission for sending sms messages. The permission became available and now our selected staff have the function. However, when a staff member sends an sms message, it does not deliver. Therefore, I proceeded to create a cronjob by copying the emailQueue cronjob, but replacing the command to runsmsQueue. I also set it up to run every minute. However, the cronjob won’t run automatically for some reason. I have to manually run it, and then the sms messages get delivered. I’m I doing something wrong?
The topic ‘SMS function’ is closed to new replies.