diff --git a/brewtils/decorators.py b/brewtils/decorators.py index 08781c88..2bbddb87 100644 --- a/brewtils/decorators.py +++ b/brewtils/decorators.py @@ -449,7 +449,10 @@ def cmd1(self, **kwargs): def shutdown(_wrapped=None): - """Decorator for specifying a function to run before a plugin is shutdown + """Decorator for specifying a function to run before a plugin is shutdown. + + Functions called should short actions. Locally hosted plugin threads will be + pruned if not stopped within the plugin.timeout.shutdown time window for example::