Closed
Bug 574087
Opened 16 years ago
Closed 15 years ago
[k] Delete orphaned EventWatches on object deletion
Categories
(support.mozilla.org :: Knowledge Base Software, task, P4)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
FIXED
2.2
People
(Reporter: jsocol, Assigned: jsocol)
Details
(Whiteboard: [qa-])
When we delete an object that can be watched, we should delete its associated EventWatches. This should happen in a celery task, and not block the web server.
| Assignee | ||
Comment 1•16 years ago
|
||
I know that this could be done with a generic relation, but I think it might be better to _not_ do that, in this case, and create a Celery task to handle it instead. This is not something the web server process should wait for.
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
test steps would be appreciated
| Assignee | ||
Comment 4•15 years ago
|
||
Sorry, should have put the [qa-] flag up there, as it's not really testable.
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•