Patrick Brouwers
Patrick Brouwers
I'm not familiar with set('trashed'). The package that serializes the query has support for trashed/soft deleted: https://github.com/laravie/serialize-queries/blob/master/tests/Feature/EloquentTest.php#L87 I guess it would be best if you could try to create an...
I think indeed the request won't be correctly searialized for the wakekup. Perhaps add some logging to check what the value is within that indexQuery at the moment it does...
As you are already using a custom export class, you can probably better just overwrite the query method there.
It would be a lot easier if you could give a full reproduction scenario, this is quite hard to puzzle together to what you are exactly trying. If you could...
Which queue driver are you using?
Do you have a stack trace for the exception that happens when using redis perhaps?
Can you check the redis log (`/var/log/redis/redis-server.log` or where-ever it's located for you) ?
Sounds indeed like to big of a job to save. Could you perhaps share a bit more of your code? Seems like something on your nova resources is a lot...
Can you try commenting out all the stuff that is not used in the export and see how much better that performs? Using ->only() doesn't remove stuff from the resource,...
Can you try to increase the chunk size?