We have a number of email and FTP based triggers which are polling waiting on a particular remote file/email to be available.
If the remote FTP server or mailbox is down for a period then the poll fails and the trigger de-activates.
We know that the remote server may be down over a weekend or overnight for example so we would like a way to say 'only run the trigger between these times/days'.
We appreciate that this could be done by having another job which disables/enables the triggers or jobs at relevant times but would prefer if this could be all kept within the single job.
Thanks for considering this.