diff options
| author | schneefux <schneefux+github@schneefux.xyz> | 2017-03-05 10:36:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-05 10:36:38 +0100 |
| commit | b57c9a6f4e4572027aa2862bb684d6a0891ef801 (patch) | |
| tree | cd2ddb9fc25af6e1c1152308dba6f960fe934986 /crawler.py | |
| parent | b8ea5a875043fa3ab13c81187404c6a389213184 (diff) | |
| download | apigrabber-b57c9a6f4e4572027aa2862bb684d6a0891ef801.tar.gz apigrabber-b57c9a6f4e4572027aa2862bb684d6a0891ef801.zip | |
run jobs in batches (#57)
Diffstat (limited to 'crawler.py')
| -rw-r--r-- | crawler.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ class Crawler(object): aiohttp.errors.ClientResponseError, aiohttp.errors.ClientOSError): # API bug? + logging.warning("API error, retrying") pass await asyncio.sleep(10) |
