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

ExportBulkAction::make()
                    ->label('Export')
                    ->icon('heroicon-o-arrow-down-tray')
                    ->color('primary')
                    ->modalHidden(true)
                    ->chunkSize(10000)
                    ->exporter(UserExporter::class),
Was this page helpful?