From 758be8988322be55cb7a13a8436c3e436c4dbc03 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 20 Jan 2022 10:17:22 +1100 Subject: [PATCH] one more optim issue --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 35c6fc1..640a5ac 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ ## GENERAL + * optim to not run_ai_on_* for scan, needs to make sure last run_ai_on actually ran/worked - might have failed (or in my case was marked stale and I cancelled it) + * going forward into search page (and probably all POSTs) does not work - no data posted (e.g. no search term) - okay somehow (maybe cache-control?) is causing flask to handle this and gunicorn does not! - seems we could make the /search url be /search/term and use a GET, this would make it not run into this issue