Ok, it’s not really a problem then. What you want to do is make one function that runs all the other ones
function getData(){
getFromSiteOne();
getFromSiteTwo();
getFromSiteTwo();
}
Then just run getData() in the jobs scheduler instead of each function individually