Changes between Version 1 and Version 2 of JobQueueRewrite


Ignore:
Timestamp:
Oct 29, 2010, 1:55:32 AM (13 years ago)
Author:
Raymond Wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobQueueRewrite

    v1 v2  
    1919* (optional) Allow maximum CPU time limits, and termination of idle tasks, to prevent deadlocked tasks.
    2020* (optional) Allow automatic scaling of concurrent jobqueue tasks. Preferably this would run properly without configuration, and can track both CPU and IO usage.
     21* (optional) Force all communication to happen over the backend protocol, removing the need for database access for child queues, to facilitate a future move to an embedded database.
     22* (optional) Break the jobqueue out of the backend completely in favor of mythjobqueue.  The master backend would subsequently exist only as a job scheduler.
    2123* (very optional) Create repository for job scripts, similar to the new theme downloader.