Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
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
Source twilio: implement rolling windows #12555
Source twilio: implement rolling windows #12555
Changes from 7 commits
7b104a5
9ab1abb
2c851f4
9c66dae
ab26add
0852e61
449eaf2
fd62791
fea98cb
a34e61b
7c304ec
7519a71
4dd0f30
6e95ae2
ef1bfe9
eecdfce
d84bd06
f7ec32d
cbb0891
581af4f
f66a5d7
4a8c3d0
3c026ff
0e7fdf3
e62399f
5f3f5bd
5f37b11
c57a7a6
c9e5c36
e80ad3a
ffac4c3
e4067ee
f4dc6e2
87e5618
70bc769
fb01bde
31acf22
220f16d
630cbd0
5107ca8
85dc8ae
182d56e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain why you want to allow users to set the
page_size
? IMO it should not be a custom parameter and should default to the allowed maximum.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @alafanechere , In our opinion too, but since it was set to the minimum possible and it is a variable that the api allows us to modify, we thought of putting it as an attribute that can be modified by the user, if you think it is not correct we can leave it at the maximum allowed as you suggest. Cheers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alejandroRosano-muttdata yes please use the maximum value and do not expose the parameter to the user. Thanks!