Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi, I have a question with the Scheduler. I have to run two services at the same time and I created two subscriptions in the same Scheduler that run one service each and that have the ScheduledEvent Event as input. In what order are the services run?
Solved! Go to Solution.
If each is subscribed, you will not be able to predict which one will run first.
If you had to force the order, you can obviously run one after the other triggered in one subscription.
Not sure what requirements you have on these two services.
If each is subscribed, you will not be able to predict which one will run first.
If you had to force the order, you can obviously run one after the other triggered in one subscription.
Not sure what requirements you have on these two services.
Thanks, paiChung. A service looks for changes in a database and updates some tables. The other service has to generate production orders for several Assets, grouped by Line. I'm going to run them in that order.