mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] log UNKNOWN timeout
This commit is contained in:
parent
edf0c4c454
commit
9c6619aed3
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue