Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. > User requests an API item with 250 items
  2. > Fetch 100 and return
  3. > Fetch 150 more in a celery task
  4.  
  5. if rginitial_count >= 100:
  6. continue_doing_imports.delay(artist_mbid=self.mbid,
  7. artist_name=self.name,
  8. offset=100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement