Execute Batch Failling with unresolve token #1359
Unanswered
nepgya2803
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@ngqtrieu99 : why are you trying to group requests in batches like that? PnP Core SDK will automatically use multiple calls under the covers whenever a batch is too large (see https://pnp.github.io/pnpcore/using-the-sdk/basics-batching.html#batch-limits). Without doing a detailed check of your code I'm suspecting that somehow you are trying to update and item that's being added in the same batch or that was not loaded again after having been added. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are deploying the code to the customer environment. It works normally on our dev environment and the Sharepoint list configuration of us is the same. On our dev environment, we can add 6000 items perfectly while it only could add 2020 items (1000 items per batch) on the customer environment. Since the code is hosted and compiled on the AWS lambda function, we cannot debug directly, the only log returned from the customer environment is:
Beta Was this translation helpful? Give feedback.
All reactions