You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2021. It is now read-only.
Minor but the queue is currently being ignored in between sessions. My queue in TRAM may build up over time but only reports submitted in my current session will be completed (i.e. queue some reports, stop running TRAM, startup TRAM another time, queue is not resumed).
Prepare the queue before the app starts up (with any reports with status 'queue').
a. Delete any related db items for this queued report as it will go through start_analysis() again and re-populate db
Allow the app to start up
Check queue which will trigger analysis of first report left in queue
The text was updated successfully, but these errors were encountered:
Please Describe The Problem To Be Solved
Minor but the queue is currently being ignored in between sessions. My queue in TRAM may build up over time but only reports submitted in my current session will be completed (i.e. queue some reports, stop running TRAM, startup TRAM another time, queue is not resumed).
Proposed Change
I have a fix here - arachne-threat-intel/thread@45f76bc - but haven't created a PR due to maintaining #61. The approach is to:
a. Delete any related db items for this queued report as it will go through start_analysis() again and re-populate db
The text was updated successfully, but these errors were encountered: