vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 1 forks source link

Too large packages should be marked as FAILED #86

Closed Robin5605 closed 1 year ago

Robin5605 commented 1 year ago

We have a Status variant FAILED from which the API will never pull tasks from to distribute. When clients fail on a package because it's too large, they should send some sort of indicator that they couldn't scan the package because of it's size. The API can then handle this by changing that package's status to FAILED so it doesn't get stuck in the queue forever.