Bastien
Results
2
issues of
Bastien
Hello, i got the same error mentioned in this discussion #4782, if you use `validateOnly()` to check a key that doesn't exist in the array it will produce the error....
When `$maxTaskPayloadInBytes` is greater than 100000 (by default), the `\Spatie\Async\Runtime\ParentRuntime::encodeTask` function creates a temporary file in the `/tmp` directory. ```PHP if (strlen($serializedTask) > $maxTaskPayloadInBytes) { // Write the serialized task...