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
it would be useful to have an API endpoint that allows to delete (and dequeue) a task that has not been started yet or that has started but not it's not completed
The text was updated successfully, but these errors were encountered:
👋 @dri-mobisec
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
We do not persist the queue state, so once queued we want to prevent any edge cases like TOCTOU.
You can delete the task added to the queue after the queue timeout period (60 minutes) using /api/v1/delete_scan. This will just remove it from DB entry, but has no effect on the active queue IIRC.
it would be useful to have an API endpoint that allows to delete (and dequeue) a task that has not been started yet or that has started but not it's not completed
The text was updated successfully, but these errors were encountered: