add todo regarding reload safety

This commit is contained in:
Matthias 2021-11-15 02:20:37 +01:00
parent 35e211e330
commit 7129a35900
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -59,6 +59,7 @@ class PluginAppConfig(AppConfig):
def reload_plugins(self):
"""safely reload IntegrationPlugins"""
# TODO check if the system is in maintainance mode before reloading
logger.info('Start reloading plugins')
self.unload_plugins()
self.load_plugins()