1
I am working on a medium-sized project, is one of the functions is to send SMS to system customers. At the Laravel we have how to use the new cron to schedule a task to be run every 10 minutes or every week and so on!
My problem!
I need to send an SMS to the client as soon as he registers and within my Dashboard Admin can choose how long after that SMS will be sent
That is, if the administrator set that the SMS will be sent one hour after the registration! Every time a customer registers I have to perform this task an hour later!
If a customer registers 12:00 I send 13:00 If another sign up 13:30 I send 14:30
How to make this type of scheduling in the Standard?
Thank you José! I believe this is the best solution, I did a little test here and it worked! I’ll put it into production to see if there’s any problem with high volumes!
– Anderson Costa