thomashs
thomashs
Comments
-
Did you try to force timeouts / interruptions?
-
Did you try to send to 15.000, 20.000 ?
-
Hi @Ergun - it's easier to go to do this creating a new list, and running sql to do this. You can PM me your e-mail and i'll help you.
-
My suggestion here is to implement something like Delayed job on rails. The user upload the file, that goes into a importing queue. A few seconds later, cron job will take a look in the importing_queue table, and run a script (very long and high pro…
-
Just found out that sendy spent the night filling the queue table. There are millions of records again... and it sent for 100.000 contacts again.. @Ben - you have to write unit tests fo…
-
Ok! Let's test it!
-
Oh! And if you take a look at the print screen I sent you, the recipients count is far more than the list size which is 14.565 .. And yes, I'm still interested on Sendy - Developing an e-mail marketing platform will take weeks, and we will start the…
-
Sorry, but I can't give you FTP credentials right now.
Can't you release a version of Sendy with log records on critical functions?
It would be easier to investigate problems.. -
Crontab is set to */5.
Anyway, you should not count on cron jobs / timeouts to change logic on the application.
Consider that if timeout / shutdown occurs, you would send twice to the queue table.
By the way, the other day my amazon i… -
This could be avoided with an asyc approach, right? any chance that this will be on the next update?