Skip to content

Commit

Permalink
continuously pull redis havanagrawal#2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbroek committed Jan 5, 2023
1 parent fbca4a2 commit 542693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoodreadsScraper/spiders/redis_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ def parse(self, response):
yield response.follow(book, callback=self.book_spider.parse)

logging.info(f"sleeping {REDIS_FETCH_INTERVAL} seconds")
sleep(REDIS_FETCH_INTERVAL=3)
sleep(REDIS_FETCH_INTERVAL)

0 comments on commit 542693f

Please sign in to comment.