Skip to content

Commit 8d9a0d9

Browse files
authored
Update queued.md (#219)
I suggest putting this information at the top to give it more visibility
1 parent bac0649 commit 8d9a0d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

3.1/imports/queued.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[[toc]]
44

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+
511
## Queuing chunks
612

713
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
192198
}
193199
```
194200

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.
198-
:::

0 commit comments

Comments
 (0)