Hi, I have very strange behavior on PROD server.
When I filter data and I download file, file contains less rows that filament says in notification (ex. 2500 rows) . When I try again to export, I have again different number of rows but I never get full number of rows... And sometimes header is missing. On local machine export works fine...
Jobs are running via supervisor but I think that this is not issue beacuase when I run manually queue via artisan I have same thing. SQL query for export is OK. What I missing? PHP configuration?
When I look in export folder I also noticed that sometimes I don't have all files like, export_xxxxc.csv and headers.csv
ChunkSize is default on both machines (100)
local machine is on windows, production server is on Linux.