136756293b
Improvements to Status Handling
...
Added link to jobs page to fix any issues caused by non-synchronised
time between webserver/worker machine leaving jobs permanently in the
running state.
Prevented the insertion of new status records unless the state is
actually being changed.
Made the HandBrake worker process write the status complete message
instead of the run-jobs dispatched, in case it crashes.
2010-09-04 18:37:10 +01:00
cf2da4a499
Update job status directly from the worker
...
Rather than proxying progress reports back to the client, the worker
will now directly update the database.
2010-09-01 20:16:34 +01:00
9f2d694265
Updates to pages to reflect lib code changes
2010-08-30 22:05:30 +01:00
64d0dac973
Updated status reports of running jobs
2010-08-30 22:00:13 +01:00
d3301a2c82
Fixed strict bug
2010-08-30 21:58:49 +01:00
89ddcba363
Renamed the codebase to RippingCluster
...
Since the new design is engine agnostic, removed HandBrake from the
class names.
2010-08-25 21:46:50 +01:00
853c380e65
Update run-jobs dispatcher to use shared library.
2010-08-22 23:04:40 +01:00
32760b5621
Only display summaries of jobs on home page.
2010-08-22 23:04:11 +01:00
5ee6f027c3
Fixed bug in define name
...
Fixed HBC_File define name.
2010-08-22 23:03:44 +01:00
76f2c4790d
Reorganised code layout
...
Separated class library and web interface code
Added a common config/database config to be referenced by all
subprojects
Fixed previous commit
2010-08-14 15:36:31 +01:00