I am writing a timer job for the first time. I am following the examples that can be obtained by googling as my reference.
In many such articles, I am coming across the timer job features being activated to the Site Collection level or the Site level.
I feel this is weird, since there can be only one instance of a timer job for a particular web application.
Should't all the timer job features be scoped to a Web application?
Am I missing anything here?