Skip to content

Instantly share code, notes, and snippets.

@vchrombie
Last active May 27, 2020 18:26
Show Gist options
  • Save vchrombie/62a6e2e4de3818a9b7c29cba0cfcdd89 to your computer and use it in GitHub Desktop.
Save vchrombie/62a6e2e4de3818a9b7c29cba0cfcdd89 to your computer and use it in GitHub Desktop.
num_after should be adjusted according to the logic in fetch_items
actual_total_msgs = 12
in the stream 'importlib'
---
num_after : 2
ids of messages which are fetched
159280404
159281179
159281179
159281235
159281899
159281899
159281902
159284211
159284211
159289082
159300050
159300050
159310770
159310824
159310824
175270341
175296917
175296917
Total items: 18
redundancy after every 2 messages
---
num_after : 1
ids of messages which are fetched
159280404
159280404
159281179
159281179
159281235
159281235
159281899
159281899
159281902
159281902
159284211
159284211
159289082
159289082
159300050
159300050
159310770
159310770
159310824
159310824
175270341
175270341
175296917
175296917
Total items: 24
redundancy after every 1 messages
---
num_after : 10
ids of messages which are fetched
159280404
159281179
159281235
159281899
159281902
159284211
159289082
159300050
159310770
159310824
159310824
175270341
175296917
Total items: 13
redundancy after every 10 messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment