-
Notifications
You must be signed in to change notification settings - Fork 25
docs(samples): Adding pagination sample. #78
Conversation
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
439e7c1
to
c7fe346
Compare
Co-authored-by: Jonathan L. <[email protected]>
This reverts commit d60a00c.
@leahecole could you have a look? |
@m-strzelczyk, I see that a delay was added here possibly for working with eventual consistency. I hit a similar issue In python-monitoring and I added a retry to reduce the flakiness. |
…pute into compute-pagination
0090b85
to
6d67628
Compare
Thanks, I'll see how to apply this to those tests, they are really irritating :P |
OK, the sleeps seem to have solved the problem with those tests. @leahecole can you review? |
@parthea can you perhaps give a review? I'd love to get this merged this week :P |
Co-authored-by: Dan Lee <[email protected]>
Adding samples to demonstrate how pagination works in this library.