mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-01 07:42:40 +00:00
chore: add note to todo about still running jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user