Skip to content

Commit

Permalink
fix: [crawler] log UNKNOWN timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 26, 2024
1 parent edf0c4c commit 9c6619a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/crawlers/Crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def get_message(self):
task = capture.get_task()
task.reset()
capture.delete()
self.logger.warning(f'capture UNKNOWN Timeout, {task.uuid} Send back in queue')
else:
capture.update(status)
else:
Expand Down

0 comments on commit 9c6619a

Please sign in to comment.