← Back to team overview

mahara-contributors team mailing list archive

[Bug 1427901] A change has been merged

 

Reviewed:  https://reviews.mahara.org/4530
Committed: http://gitorious.org/mahara/mahara/commit/0adc97975216929b3bb4a7d681798bf6e76a6ce1
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    15.04_STABLE

commit 0adc97975216929b3bb4a7d681798bf6e76a6ce1
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Mon Jan 26 17:38:09 2015 +1300

Bug 1427901: Performance improvements for cron

- Cron doesn't need to run auth_setup()
- Don't run cron when site is closed for upgrade
- Get rid of forcelocalupgrade() option because it's no longer needed

Change-Id: I1718b13337c50fadc0573d04f5b3d6b20bc842c2

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1427901

Title:
  Performance improvements for cron job

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  For a client, I recently implemented some performance improvements to
  the Mahara cron job. I've opened this bug to upstream them.

  The specific improvements are:

  1. Make it so that the cron doesn't run auth_setup()

  2. Make it so that the cron doesn't run while the site is in the
  middle of an upgrade (this can cause a pile-up of cron tasks waiting
  for a DB lock to be released)

  3. Removing the obsolete "forcelocalupgrade" option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1427901/+subscriptions


References