Open mikewuu opened 1 month ago
Currently tasks have a is_stale, and estimated_completion_date field but they're unset. This task is to implement a scheduled job that will check & set those 2 properties.
is_stale
estimated_completion_date
Here are some pull requests that might be helpful reference for this task:
Currently tasks have a
is_stale
, andestimated_completion_date
field but they're unset. This task is to implement a scheduled job that will check & set those 2 properties.