Closed
Bug 1062439
Opened 10 years ago
Closed 10 years ago
post_save celery task for classifying responses
Categories
(Input Graveyard :: Backend, defect)
Input Graveyard
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
(Whiteboard: u=dev c=spam p=1 s=input.2014q3)
When an en-US feedback response is created, we want to create a celery task to run it through the spicedham classifier to classify it.
This bug covers:
1. implementing the celery task
2. tying it into the post_save for Response
3. writing tests
Note: This is purely for the purposes of integrating the spicedham prototype. We're not trying to design infrastructure that will be used outside of this specific need. After we figure out how things should work, it's expected we'll wipe away all this stuff and "start over".
Assignee | ||
Updated•10 years ago
|
Whiteboard: u=dev c=spam p= s=input.2014q3
Assignee | ||
Comment 1•10 years ago
|
||
In a PR: https://github.com/mozilla/fjord/pull/344/
I stubbed out the spicedham parts. We can fill that in later when we add spicedham. Because of that, I'm removing the depends on.
Assignee | ||
Comment 2•10 years ago
|
||
Landed in master in: https://github.com/mozilla/fjord/commit/56f7e2423067aea28637a83e8bab9088008f7d57
Waiting to push to production until Monday.
Assignee | ||
Comment 3•10 years ago
|
||
Pushed this to prod last night.
Making it a 1 pointer because it took a couple of hours.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: u=dev c=spam p= s=input.2014q3 → u=dev c=spam p=1 s=input.2014q3
Updated•8 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•