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?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire