airbnb / binaryalert

BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
https://binaryalert.io
Apache License 2.0
1.41k stars 187 forks source link

New binaries are not prioritized during batch analysis #102

Closed austinbyers closed 6 years ago

austinbyers commented 6 years ago

Background

When a batch analysis is running (which can take many hours depending on the size of the bucket), the same queue is used for both the batch analysis and new incoming binaries.

Desired Change

Ideally, newly added binaries should be somehow prioritized for analysis first

austinbyers commented 6 years ago

With #131 and #129, SQS dispatching is much more efficient and this is no longer an issue