From a417af1ff00058006f3cd5d3b1ca68ca05797e45 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 21 Feb 2026 16:56:55 +0100 Subject: [PATCH] chore: add note to todo about still running jobs --- freqtrade/rpc/api_server/webserver_bgwork.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freqtrade/rpc/api_server/webserver_bgwork.py b/freqtrade/rpc/api_server/webserver_bgwork.py index be17f7a94..332384dbe 100644 --- a/freqtrade/rpc/api_server/webserver_bgwork.py +++ b/freqtrade/rpc/api_server/webserver_bgwork.py @@ -37,7 +37,8 @@ class ApiBG: # Generic background jobs - # TODO: Change this to FtTTLCache + # TODO: Change this to FtTTLCache -> must be more intelligent than FtTTLCache - as we can't + # evict still running jobs. jobs: dict[str, JobsContainer] = {} # Pairlist evaluate things pairlist_running: bool = False