jeudi 2 août 2018

Laravel bulk mail queue rendering

I have to send bulk email to more than 50k email using Laravel queue with Redis.

Isn't the view rendered and serialised along with data and stored in the queue. Then this will be a problem as memory cannot handle all the data for 50k emails.

What i am thinking is to store the rendered view seperatly in db and before sending re-render with correct data. This way we can reduce the size of queued item.

Is this possible this way. Or is there any other way?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2AzRl2Q
via IFTTT

Aucun commentaire:

Enregistrer un commentaire