fix: [crawler] log UNKNOWN timeout

dev
terrtia 2024-01-26 15:31:32 +01:00
parent edf0c4c454
commit 9c6619aed3
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ class Crawler(AbstractModule):
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: