Filament Exporter
When I run the command
php artisan queue:work
. the always keep running
2024-01-19 13:39:03 Illuminate\Bus\ChainedBatch .......................................................................................... RUNNING
13 Replies
How many users do you have? Have you trying shrinking your chunksize?
it's just 1000 but the query keep running like forever
I also reduce the chunk size to 250
try setting it to 2 at the moment you have it at 10,000
the
exports
table running just 10 rows at a time?Ok so it is running but not processing any rows
yes
no logs
no error
And you have run the queue worker
yes
Wondering if you have an infinite loop within your UserExporter class
successful_rows is 0, so that's probably why it's running in a loop
I don't know
Hi, did you figure this out? Having the same problem
No, I create custom export functionality