mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
This change ensures that plugin discovery does not force-reload on every connect event in multi-worker environments. By allowing local reloads in response to a newer `.reload_token`, the update prevents stale token issues that previously led to degraded worker performance. The explicit `force_reload=True` option is retained for installations, updates, or reloads, ensuring better resource management and stability. Tests have been updated to reflect this behavior. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_iter_actions_for_event.py | ||
| test_reload_token.py | ||
| test_run_action_db_cleanup.py | ||