Something is wrong with task age calculation #3137
-
Hello community. As you can see, the age is being calculated getting this value 0.033 and multiplying it by 2.
By the way, my config is set with the value 2 What I did in the past, however, was editing the value for the number that is multiplying it and I cannot find where I did it and how I actually changed that value (it should be something different than 0.033 I believe) as there's nothing like this in my .taskrc config file. How could I change it back to default without having to reinstall or some other drastic measure, as I have other configurations on .taskrc file that I would not like to change? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
0.033
in this case is the age of the task, as a fraction ofurgency.age.max
both in days. So for example ifurgency.age.max
is 300 and the task is 10 days old, the "age" for purposes of urgency calculations is 10/300 = 0.033. Withurgency.age.coefficient = 2
that makes a total of 0.066 "urgency points" contributed by the task's age.