- two tasks (or more) enter
apply_async at roughly the same time.
- cached result and herd avoidance checks pass for both
- both tasks hit the cache lock
- only 1 task is allowed in at a time, that task is scheduled
- the remaining tasks are still scheduled because they are after the herd avoidance check
https://github.com/PolicyStat/jobtastic/blob/master/jobtastic/task.py#L199