How to use queue for exporting large data #449
Unanswered
MuhammadMesum514
asked this question in
Q&A
Replies: 2 comments
-
try this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you have the right configuration in your .env-File:
instead of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to export the records from database to excel using queues but I can't figure out how to do it. I have added the following code in my powergrid table file
`public int $queues = 2; // Use two queues
but when i click the export all button , it create a job and a job_batch record but there are not attempts. also there is nothing
in failed jobs. can anybody show me how to do queue export. I have read documentation of livewire, powergrid and laravel but nothing seems to work
Beta Was this translation helpful? Give feedback.
All reactions