Closed
Bug 392483
Opened 18 years ago
Closed 18 years ago
Create python script to handle updating uploads
Categories
(Mozilla Labs :: Joey, defect)
Mozilla Labs
Joey
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: dougt)
References
Details
From the whiteboard:
This is a threadable script which runs continuously, listens on a high port, and talks directly to the database.
When a new upload is saved in joey, the web app will send a request (upload id) to update to the script (via the listening port). The script will schedule the update ASAP.
The script is in two pieces. Dougt is writing the httpd and thread queue code. clouserw is migrating the update code from cakephp to the script.
| Assignee | ||
Comment 1•18 years ago
|
||
Done!
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•