Background: Currently in our SP Farm there is one custom timer job 'X' we developed and scheduled at the web application level (using SPAllSitesJobDefinition as base class and override the ProcessSite method). The Timer job ran for each content DB.
We have very large number of site collection exist for this web application. We want to split the timer job because it take too much RAM and time. Is this any way I can split the timer job based on the content database/ managed path?
