-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay Celery tasks and multiple fixes in CelerySignalProcessor (#58)
* Correctly use `.delay` when calling tasks. * Implemented `BaseSignalProcessor.instance_requires_update()`. * Only initiate tasks if `instance_requires_update` return `True`. * Add `transaction.on_commit` to task calls. * Quietly catch `DoesNotExist` in the task. * Include .vscode settings in `.gitignore`. --------- Co-authored-by: Jose Ariza <[email protected]>
- Loading branch information
1 parent
c0c7e08
commit b063229
Showing
2 changed files
with
40 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,4 @@ docs/_buildenv* | |
|
||
*.sqlite3 | ||
_autofixture* | ||
.vscode/settings.json |
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