We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As-is: This code is trying to send the redemption requests for all users at once. The batch size should be less than equal to 10.
PaimonGanyu/PaimonGanyu/application/src/main/java/org/binchoo/paimonganyu/lambda/redeem/RedeemCodeDeliveryLambda.java
Lines 62 to 70 in 429dea0
To-be: Split requests into groups whose size is less than or equal to 10.
The text was updated successfully, but these errors were encountered:
2.8 PV is on-air on Saturday July, 2nd. Do this quickly.
Sorry, something went wrong.
d4b9fe8
binchoo
No branches or pull requests
As-is:
This code is trying to send the redemption requests for all users at once.
The batch size should be less than equal to 10.
PaimonGanyu/PaimonGanyu/application/src/main/java/org/binchoo/paimonganyu/lambda/redeem/RedeemCodeDeliveryLambda.java
Lines 62 to 70 in 429dea0
To-be:
Split requests into groups whose size is less than or equal to 10.
The text was updated successfully, but these errors were encountered: