Changes between Version 1 and Version 2 of JobQueueRewrite
- Timestamp:
- Oct 29, 2010, 1:55:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobQueueRewrite
v1 v2 19 19 * (optional) Allow maximum CPU time limits, and termination of idle tasks, to prevent deadlocked tasks. 20 20 * (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. 21 23 * (very optional) Create repository for job scripts, similar to the new theme downloader.