func (t *taskRequestTracker) minTaskKey(
category tasks.Category,
t.Lock()
defer t.Unlock()
pendingTasksForCategory := t.pendingTaskKeys[category]
if len(pendingTasksForCategory) == 0 {
return tasks.MinimumKey, false
}