You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite cache: Use requests_cache.CachedSession for better concurrency
Users on Apple M2 Max reported DB lock errors:
[grafana_wtf.core]
INFO: Fetching dashboards in parallel with 5 concurrent requests
[requests_cache.backends.sqlite]
WARNING: Database is locked in thread 6272069632; retrying (1/3)
Also segmentation faults, and leaks:
UserWarning: resource_tracker: There appear to be 1 leaked semaphore
objects to clean up at shutdown
0 commit comments