Skip to content

Commit

Permalink
updating comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Oct 30, 2024
1 parent a37cbb3 commit 22d6552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion brewtils/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 22d6552

Please sign in to comment.