forked from matllubos/django-is-core
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make settings.BACKGROUND_EXPORT_TASK_CALLBACK capable of aborting bac…
…kground export
- Loading branch information
Peter Kubov
committed
Mar 6, 2024
1 parent
de49952
commit 18b39f5
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import django.dispatch | ||
|
||
|
||
export_success = django.dispatch.Signal(providing_args=['exported_file']) | ||
export_failure = django.dispatch.Signal(providing_args=['exception']) | ||
export_failure = django.dispatch.Signal(providing_args=['exception', 'error']) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters