← Back to team overview

mahara-contributors team mailing list archive

[Bug 1999835] [NEW] server_busy() false positives

 

Public bug reported:

server_busy() can report false positives when there are a low number of
CPUs available.

There is currently no config or logging available for this function.

At a minimum we should add logging so that we can see when server_busy()
returns true.

I would also add get_config() calls for the variables that should be
configurable.  At a minimum the Threshold should be settable.

Adding a module that manages this so that we can present it on the Site
Config screen would be good too.  Having the details like the current
load and number of CPUs.  Basically the values that are used in the
calculation. And finally the threshold as an editable value.

** Affects: mahara
     Importance: Wishlist
         Status: New


** Tags: bite-sized

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1999835

Title:
  server_busy() false positives

Status in Mahara:
  New

Bug description:
  server_busy() can report false positives when there are a low number
  of CPUs available.

  There is currently no config or logging available for this function.

  At a minimum we should add logging so that we can see when
  server_busy() returns true.

  I would also add get_config() calls for the variables that should be
  configurable.  At a minimum the Threshold should be settable.

  Adding a module that manages this so that we can present it on the
  Site Config screen would be good too.  Having the details like the
  current load and number of CPUs.  Basically the values that are used
  in the calculation. And finally the threshold as an editable value.

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



Follow ups