Changes between Version 6 and Version 7 of PerAppCredit
- Timestamp:
- Dec 3, 2019, 5:03:12 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PerAppCredit
v6 v7 54 54 Average credit is automatically decayed when credit is granted. 55 55 However, if a user or team stops getting credit, this won't happen; 56 you need to run a script '''decay_ per_app_credit.php'''56 you need to run a script '''decay_credit_by_app.php''' 57 57 to decay the credit of inactive users and teams. 58 58 Add something like this to your config.xml: … … 60 60 <task> 61 61 <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> 63 63 <period>1 day</period> 64 64 </task>