sse-labs / sparri

0 stars 1 forks source link

Make Analysis Runner not shutdown on empty queue #7

Closed johannesduesing closed 1 year ago

johannesduesing commented 1 year ago

Currently the analysis runner shuts down when the message queue is empty. This is not the desired behavior, as it is expected that there will be long periods without analysis requests. The runner should be constantely checking the queue for messages, maybe with an increasing polling interval.

johannesduesing commented 1 year ago

Done (also for entity miner) in 0b1777f5f8a15f2abe7058117b7ce0fa1f9d4916