You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3.1/imports/queued.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
[[toc]]
4
4
5
+
## Notes
6
+
:::warning
7
+
You currently cannot queue `xls` imports. PhpSpreadsheet's Xls reader contains some non-utf8 characters, which makes it impossible to queue.
8
+
:::
9
+
10
+
5
11
## Queuing chunks
6
12
7
13
When using the `WithChunkReading` concern, you can also choose to execute each chunk into a queue job. You can do so by simply adding the `ShouldQueue` contract.
@@ -192,7 +198,3 @@ class ImportClass implements FromQuery
192
198
}
193
199
```
194
200
195
-
## Notes
196
-
:::warning
197
-
You currently cannot queue `xls` imports. PhpSpreadsheet's Xls reader contains some non-utf8 characters, which makes it impossible to queue.
0 commit comments