sse-labs / sparri

0 stars 1 forks source link

Queue analysis input entities if not found in DB #6

Closed johannesduesing closed 1 year ago

johannesduesing commented 1 year ago

The analysis runner verifies that inputs for an AnalysisRunCommand have been processed by the miner and are part of the DB. If this is not the case, no analysis can be executed. In those latter cases it would be best to queue the requested inputs (with high prio) for processing at the miner, so that subsequent requests for analysis execution may succeed.

johannesduesing commented 1 year ago

Done with latests commit