Don't trigger ProcessCommitWorker when importing or mirroring repositories
When importing or mirroring a repository we trigger ProcessCommitWorker for every commit. For these kind of projects there's little point in processing commit references, creating commit references, or generating issue metrics. As a result we should simply not trigger the worker for these kind of projects. This can greatly reduce the number of jobs when importing large projects (e.g. the Linux kernel).