From: Aaron Schulz Date: Thu, 18 Oct 2012 21:19:08 +0000 (-0700) Subject: Updated release notes for job queue refactoring. X-Git-Tag: 1.31.0-rc.0~21951^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=484616ccd5b0b34a734a4230a9958cfe6d520cd1;p=lhc%2Fweb%2Fwiklou.git Updated release notes for job queue refactoring. Change-Id: Icfc62496f58e3e9fa142f24c9d3f2e96fce698d0 --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index e072974d7a..9c8f5baaf7 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -28,6 +28,9 @@ production. searches with the api in miser mode for deleted files. * Add initial and programmatic sorting for tablesorter. * Add the event "sortEnd.tablesorter", triggered after sorting has completed. +* The Job system was refactored to allow for different backing stores for queues + as well as cross-wiki access to queues, among other things. The schema for the + DB queue was changed to support better concurrency and reduce deadlock errors. === Bug fixes in 1.21 === * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.