Async Server Status Fetch (#11)

* Add background fetching to server_proxy

* Update UI to use server_proxy fetched jobs

* Fix issue getting status with empty jobs_cache

* Fix issue with jobs not appearing after switching servers

* Remove job_cache from dashboard_window and utilize server_proxy caches

* Remove jobs from table that shouldn't be there

* Streamline how we're handling offline tracking and handle connection error when fetching thumbnail

* Add ability to remove any manually added servers
This commit is contained in:
2023-06-09 18:38:58 -05:00
committed by GitHub
parent 75de367153
commit 38936d40ab
4 changed files with 179 additions and 93 deletions

View File

@@ -3,13 +3,14 @@ requests==2.31.0
psutil==5.9.5
PyYAML~=6.0
Flask==2.3.2
rich==13.3.5
rich==13.4.1
ffmpeg-python
Werkzeug==2.3.4
Werkzeug==2.3.5
tkinterdnd2~=0.3.0
future==0.18.3
json2html~=1.3.0
SQLAlchemy~=2.0.15
Pillow~=9.3.0
zeroconf~=0.63.0
requests-toolbelt~=1.0
Pillow==9.5.0
zeroconf==0.64.1
requests-toolbelt~=1.0
arrow~=1.2.3