function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mathew Andresen 5Mathew Andresen 5 

scheduling REST based updates for data

Hi,

I'm working on my first integration and have some questions on how to go about it properly.  

right now, I created my first callout which gets executed by the apex scheduler with an @future call.

But soon I will probably have 10-20 callouts.  Should I have a separate apex schedular class for each one? And schedule each one separetly, or should I have a master class that calls the rest of them, and schedule that one.  

thoughts?