#22 Save a package on the database only if we can generate a firehose report to it.
Closed: Fixed Opened by davidcarlos.

Today we save all monitored packages, even if this package will never have a analysis made by the runner component. This is bad, because we will have a lot of packages on the database that are useless. This issue should invert the other of saving a package, and make the runner component call the monitor method to save a package (and a analysis) on the database.


Commit 84ae7e1b fixes this issue

Metadata