Page 1 of 1

V175 SR10 Plugin Schedule Multiples

PostPosted: Thu Mar 14, 2019 2:48 pm
by 2can2
Hi, I have created 2 schedules for different intervals during the day on a Plugin. It is on a Live site and seems to not be executing the Plugin although when the scheduler service starts it shows the Plugin has started monitoring the named folder.
Is there an issue with more than one schedule for a Plugin ? Or is it that I probably have an old version of the Plugin loaded in the \programData\...\Compile or \Runtime folder of a User?
Thanks

Re: V175 SR10 Plugin Schedule Multiples

PostPosted: Thu Mar 14, 2019 3:06 pm
by Mike.Sheen
It should work - I don't know of any issues - I'd try adding a line of code in the Execute method of the ScheduledExecutionPlugin class to log to the event log proof that it's being Executed. You get passed to you the Schedule being used, so you can log the schedule name.

From there it's troubleshooting 101 - disable one schedule, see if the other then works and so on.

Re: V175 SR10 Plugin Schedule Multiples  Topic is solved

PostPosted: Fri Mar 15, 2019 11:08 am
by 2can2
Thanks