ShouldQueue ignores the whole chunk that get one record (row) invalid #3001
MuaathAlhaddad
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
I am trying to insert 6k rows from xlsx
I am trying to use
Shouldqueue
contract to avoid having memory timeout error. Whenever the chunk is invalid (row is duplicated) it ignores that whole chunk!!Is there a way to access the ignored chunk?
or make
Shouldqueue
ignores the duplicated record alone?Please help me
Beta Was this translation helpful? Give feedback.
All reactions