Skip incompatible plugins during startup and remove from PLUGINS

This commit is contained in:
Brian Tiemann 2025-01-29 18:22:22 -05:00
parent 1423a1f0d3
commit 55b5b7c53a

View File

@ -791,6 +791,7 @@ if 'extras.events.process_event_queue' not in EVENTS_PIPELINE:
EVENTS_PIPELINE.insert(0, 'extras.events.process_event_queue')
# Register any configured plugins
incompatible_plugins = []
for plugin_name in PLUGINS:
try:
# Import the plugin module