mitre / multiscanner

Modular file scanning/analysis framework
http://multiscanner.readthedocs.io/
Other
617 stars 125 forks source link

Celery Worker fixes #114

Closed awest1339 closed 6 years ago

awest1339 commented 6 years ago
ptcNOP commented 6 years ago

storage.store should probably be wrapped in a try-except with a generic StorageError, right? Otherwise, the case of the task db not matching the storage could still happen.

awest1339 commented 6 years ago

Not sure if the storage.store needs to be wrapped in a try block because the error handling is done in the store method. Thoughts?