one more optim issue
This commit is contained in:
2
TODO
2
TODO
@@ -1,4 +1,6 @@
|
|||||||
## GENERAL
|
## 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)
|
* 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!
|
- 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
|
- seems we could make the /search url be /search/term and use a GET, this would make it not run into this issue
|
||||||
|
|||||||
Reference in New Issue
Block a user