chore: add note to todo about still running jobs

This commit is contained in:
Matthias
2026-02-21 16:56:55 +01:00
parent d2e650d188
commit a417af1ff0

View File

@@ -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