Skip to content

Commit

Permalink
Disconnect receiver from celery task_failure signal.
Browse files Browse the repository at this point in the history
Fixes #678
  • Loading branch information
tim-schilling committed Sep 6, 2021
1 parent 6246078 commit 554eda1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
([Issue #661](https://github.com/scoutapp/scout_apm_python/issues/661))

### Fixed
- Disconnect receiver from celery task_failure signal.
([Issue #678](https://github.com/scoutapp/scout_apm_python/issues/678))

## [2.22.1] 2021-08-19

Expand Down
1 change: 1 addition & 0 deletions src/scout_apm/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ def uninstall():
before_task_publish.disconnect(before_task_publish_callback)
task_prerun.disconnect(task_prerun_callback)
task_postrun.disconnect(task_postrun_callback)
task_failure.disconnect(task_failure_callback)

0 comments on commit 554eda1

Please sign in to comment.