Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Event Scheduler - Multiple Events at same time?
Hi all,
We use the Event Scheduler 2 v1.2.0 on pretty much all our jobs and one thing that has never been clear is having multiple events triggered at exactly the same time. It seems very intermittant if all the events that are at the same time will actaully trigger. If there is just one event at that specific time it will always trigger, but if there are multiple sometimes they will all trigger, sometimes just one and sometimes a few will and one wont! Some of the time we end up having to space the events out by 1 minute to make sure they trigger, but this is always a bit rubbish when you've got groups of things that you want to sometimes control together! Whats other peoples experience with this? Is there a better scheduler module to be using? Does anybody know what the "Event Scheduler 3 v1.1.5" module is used in and is it any better than the V2? Thanks |
I was just looking at that Event Schedule 2 Engine v1.22 SIMPL+ code a few days ago for a similar problem.? The module checks every event that is valid (for i=1 to g_iMaxUsedEvent, line 464) once every minute.? So, in theory, it should catch every event even if multiple events are set for the same time.? No need to space, but like you I would sometime miss events if scheduled for the same time.? ?In my case I found the CPULOAD was 100% servicing the first event.? ? I fixed that code and have not seen the issue since, but it has only been a few days.? ? If you can verify at least one of the events schedule for the same time is being recognized by the event scheduler, I might look elsewhere.?
|
¿ªÔÆÌåÓýIIRC, someone on the group had authored their own scheduler and made it available. It sounded like a much improved version but I haven¡¯t tried it. Maybe they will make it available again...On Feb 12, 2021, at 11:51 AM, Joe <joeAV541@...> wrote:
|
to navigate to use esc to dismiss