freqtrade / ftui

FTUI - a terminal-based Freqtrade UI client
MIT License
66 stars 8 forks source link

Workers not paused when switching screens #6

Closed froggleston closed 1 month ago

froggleston commented 2 months ago

Following the recent update to textual that disallowed instances in MODES, workers are not paused when switching screens resulting in unnecessary increased queries to the API.

froggleston commented 2 months ago

Partially resolved in https://github.com/freqtrade/ftui/commit/5859126d1dc1b01a5c4a9edb1247b52d952d105d, but pausing of timers still seems problematic. Will continue investigating.