mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 19:06:08 +10:00
fix final_status uneeded
This commit is contained in:
@@ -252,8 +252,6 @@ class Worker:
|
||||
'duration': elapsed,
|
||||
'status': 'success' if success else 'failed',
|
||||
}
|
||||
if hasattr(obj, 'status'):
|
||||
complete_metadata['final_status'] = str(obj.status)
|
||||
|
||||
log_worker_event(
|
||||
worker_type=worker_type_name,
|
||||
|
||||
Reference in New Issue
Block a user