How many Sling Jobs is too much? Or how to tune performance for a backend script that loops over /content/mysite.
I have a long running script that loops over multiple country pages, their language roots and hundreds of pages below each language root. It runs scheduled overnight, but it can also be run manually during the day for one language root at a time.
I would like to transform this into a small script that spawns Jobs for each country, each language and perhaps even each page.
But I am worried I might end up with too many Sling Jobs, making matters worse. Hoe many Sling Jobs is too much? What would be a good approach for this kind of scenario?