Commit Graph

16 Commits (7929711feaff76133f91183e66632196ff106f7f)

Author SHA1 Message Date
Ozzieisaacs e32b017431 Revert "Test revert global Session"
This reverts commit 393869e538.
Ozzieisaacs 393869e538 Test revert global Session
OzzieIsaacs feacbe8ebd Possible Fix for database crash after adding new format and accessing calibre database afterwards
OzzieIsaacs 1a9a436cbe Fixed wrong translation string
Removed unused variables from callback in server.py
Update Testresults
OzzieIsaacs 62dd29d2f3 Renamed email to mail due to naming conflict in python2
OzzieIsaacs 9e5cad0dc8 Merge new worker thread
blitzmann f3a3797850 Fail the convert task if the email subtask fails
blitzmann 8634b0c6f0 Remove left over placeholder code
blitzmann ac22483f98 Add error handling to the email task within the convert task
blitzmann 59d56d5c83 py27 support (I think) and some clean up
blitzmann a000de0270 Some clean up
blitzmann bf41b04cfa Remove convert task from db.py - with the fixed from , this no longer seems to be needed
blitzmann 9ce2e8ea53 Fix progress indication for emails that have been completed.
blitzmann 414043ded1 Remove references to old worker, turn off calibre_db task queue (for now until I can determine if it's needed still), and attempt to re-implement email progress tracking (not working at the moment)
blitzmann 2533c9c14e Continue converting tasks - email and upload tasks
blitzmann f10f0dada6 First working PoC with a new task structure