Level 75
Aug 15, 2020
3
Level 2
Export Queue is taking a lot of time to generate the excel report
Hi,
I am trying to export the data into the excel and i used queue to make the excel generation in the background.
But calling the the queue method is taking a lot of time and failing with a timeout.
Can anyone help me out here?
(new ChallengesExportWithQuestions($challenge['id']))->queue($challenge['slug'].'.xlsx');
Please or to participate in this conversation.