chore: add note to todo about still running jobs
This commit is contained in:
@@ -37,7 +37,8 @@ class ApiBG:
|
|||||||
|
|
||||||
# Generic background jobs
|
# 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] = {}
|
jobs: dict[str, JobsContainer] = {}
|
||||||
# Pairlist evaluate things
|
# Pairlist evaluate things
|
||||||
pairlist_running: bool = False
|
pairlist_running: bool = False
|
||||||
|
|||||||
Reference in New Issue
Block a user