Changes between Version 6 and Version 7 of PerAppCredit


Ignore:
Timestamp:
Dec 3, 2019, 5:03:12 AM (4 years ago)
Author:
lfield
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerAppCredit

    v6 v7  
    5454Average credit is automatically decayed when credit is granted.
    5555However, if a user or team stops getting credit, this won't happen;
    56 you need to run a script '''decay_per_app_credit.php'''
     56you need to run a script '''decay_credit_by_app.php'''
    5757to decay the credit of inactive users and teams.
    5858Add something like this to your config.xml:
     
    6060    <task>
    6161      <output>decay_per_app_credit.out</output>
    62       <cmd>run_in_ops decay_per_app_credit.php</cmd>
     62      <cmd>run_in_ops decay_credit_by_app.php</cmd>
    6363      <period>1 day</period>
    6464    </task>