Dispatcharr/apps/plugins/tests
SergeantPanda 8303ce27ee fix(plugins): improve plugin discovery in multi-worker setups (Fixes #1452)
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.
2026-07-17 22:16:47 +00:00
..
__init__.py fix(plugins): ensure proper database connection management in plugin actions 2026-06-15 16:50:08 -05:00
test_iter_actions_for_event.py refactor(trigger_event): streamline event dispatching and improve plugin action handling 2026-06-16 11:25:17 -05:00
test_reload_token.py fix(plugins): improve plugin discovery in multi-worker setups (Fixes #1452) 2026-07-17 22:16:47 +00:00
test_run_action_db_cleanup.py refactor(trigger_event): streamline event dispatching and improve plugin action handling 2026-06-16 11:25:17 -05:00