I have multiple instances (one for each of my clients) of the same web job running in different app services.
The web jobs all come from the same code base which has one settings.job file in it, so each web job is triggered at the same time.
Is it possible to have one of my web jobs triggered at a different time to the others?