• Resolved michaeldejong

    (@michaeldejong)


    Hi,

    I was wondering if it is possible to set a throttle for the cron import? We have this csv file with 3000 records plus. But when this runs it is sending mails. So to avoid being blacklisted I was wondering if there is a throttle function somewhere I can use? Say for example

    1) import en send mail for 10 record.
    2) wait for x second
    3) import en send mail for another 10 record.

    And so on…

    I hope someone can help me with this 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @michaeldejong,

    Good morning, yes, this would be a great idea to avoid problems with spam list and things like this.

    If we “sleep” the mail sending, surely PHP will end because of the max execution time.

    So this is not so easy. We would have to study how to do it.

    If someone want to collaborate economically or with code we would really appreciate it.

    Thread Starter michaeldejong

    (@michaeldejong)

    @carazo

    Thanks for the quick reply! If it is not possible at the moment I need to look for another solution. Maybe a combination of the SMTP mailer en cron tasks :S

    I hope someone will indeed collaborate for this 😀

    Plugin Author Javier Carazo

    (@carazo)

    If you want to collaborate because you need it, we will really appreciate your help.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cron import throttle available?’ is closed to new replies.