Skip to content

Commit

Permalink
Merge pull request #511 from zeraien/djhuey-on_shutdown
Browse files Browse the repository at this point in the history
Include on_shutdown decorator in djhuey
  • Loading branch information
coleifer committed Apr 10, 2020
2 parents 4e44712 + 894a3c9 commit 4ccc4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions huey/contrib/djhuey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def config_error(msg):

# Hooks.
on_startup = HUEY.on_startup
on_shutdown = HUEY.on_shutdown
pre_execute = HUEY.pre_execute
post_execute = HUEY.post_execute
signal = HUEY.signal
Expand Down

0 comments on commit 4ccc4d5

Please sign in to comment.