At the moment, every 10 minutes a decision task is executed which schedules 15 (arbitrary number) child tasks, one for each recent autoland revision, to do regression analysis for CI tasks. The data requested from Treeherder is cached per task and the requests to group_results of Treeherder are relatively expensive.
If the analysis is done in one task, the data is requested once (or the cache hit) but the execution time might be longer.
@La0 What do you think about this? Do you want to pick it up next?