stable/freqtrade
Matthias 0b0e7eaf96 Mutex TTL Cache accesses which can be accessed by multiple threads
Apparently, cachetools is (intentionally) not threadsafe
when using the Caches directly.
It's therefore recommended to wrap these with an explicit lock to avoid
problems.

source: https://github.com/tkem/cachetools/issues/245

closes #7215
2022-08-16 19:48:21 +02:00
..
commands Merge branch 'develop' into feat/freqai 2022-08-09 06:22:57 +02:00
configuration Merge branch 'develop' into feat/freqai 2022-08-13 08:43:24 +02:00
data Move periodicCache to Utils package 2022-08-10 08:57:19 +00:00
edge Move edge bot_loop_start to edge_cli 2022-04-30 08:55:07 +02:00
enums Partial exit using average price (#6545) 2022-07-31 14:19:04 +02:00
exchange Mutex TTL Cache accesses which can be accessed by multiple threads 2022-08-16 19:48:21 +02:00
freqai fix input shape warning for LGBMClassifier, add sample_weights/eval_weights 2022-08-16 11:41:53 +02:00
leverage Enable flake8 E226 rule 2022-04-11 18:02:06 +02:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Mutex TTL Cache accesses which can be accessed by multiple threads 2022-08-16 19:48:21 +02:00
persistence Remove unnecessary method (simplify) 2022-08-06 17:46:58 +02:00
plot Update plotting to use entry/exit terminology 2022-07-16 22:28:46 +02:00
plugins Properly round timestamps to avoid constant log messages 2022-08-16 10:22:59 +02:00
resolvers Merge branch 'develop' into feat/freqai 2022-07-24 16:18:58 +02:00
rpc Allow new whitelist combination in "button" commands 2022-08-14 08:41:25 +02:00
strategy Add test for dynamic_pairlist_expand 2022-08-13 10:18:57 +02:00
templates gateio default configs should specify unknown_fee_rate 2022-08-16 17:26:53 +02:00
util Add float initializer to FtPrecise 2022-08-10 11:54:07 +00:00
vendor Disable ability to use lookahead-biased vwap 2021-10-17 11:23:58 +02:00
__init__.py Use PEP440 compatible versioning 2022-08-11 20:08:40 +02:00
__main__.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
constants.py Add "freqai.enabled" flag to disable freqAI via config flag 2022-08-13 09:24:04 +02:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py Show message if fee update failed due to missing 2022-08-16 17:09:23 +02:00
loggers.py Fix empty "/log" endpoint in certain moments 2022-01-16 15:37:00 +01:00
main.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
misc.py Refactor bt-caching stuff to it's own module 2022-04-29 19:37:13 +02:00
wallets.py Removed None in dict.get() 2022-05-18 03:41:10 +05:30
worker.py Slightly reduce verbosity when reload_conf is issued 2021-12-23 20:33:13 +01:00