Dimitris Karapanos
Dimitris Karapanos
Run into this today i can confirm that since the ProviderAndDumperAggregator is not used there is no caching layer. Is this the recommended way to localize the results or maybe...
Hey thanks for your reply. My use case is pretty simple: Localize the results to the user selected language. The only way that I was able to achieve this was...
We tested with redis and database. The issue happens on both drivers database and redis i was able to understand the error while using the database driver
Not really the queue is failing silently when we run the queue workers as daemon. So we suspect a memory leak issue.
Yes for sure basically the only thing i see is the following: ' 1541:M 26 Feb 17:43:01.063 # Can't save in background: fork: Cannot allocate memory 1541:M 26 Feb 17:43:07.015...
Sorry for the late reply.. Yes for sure this is the user resource: `class User extends Resource { use ImageUploader; public static $model = 'App\\User'; public static $search = [...
Ok i reduced the fields that i are used for the export and removed all the other. Still didn't manage to do a successful export they processing slows down after...
Yes I already did with no luck ` (new QueuedExport) ->withChunkCount(3000) ->withWriterType(Excel::CSV) ->withHeadings('ID', 'Type', 'Email', 'City', 'First Name', 'Last Name') ->only('id', 'role', 'email', 'city', 'first_name', 'last_name'),` Just to clarify i...
Ok thanks i'll give it a go
`art queue:work [2019-02-27 13:35:31][1] Processing: Maatwebsite\Excel\Jobs\QueueExport [2019-02-27 13:35:31][1] Processed: Maatwebsite\Excel\Jobs\QueueExport [2019-02-27 13:35:31][2] Processing: Maatwebsite\Excel\Jobs\AppendQueryToSheet Killed ` With 20 000 chunk count :)