If you add an event to a booking (reservation) to execute a script at a specific time, how time accurate will that script be executed?
Will it be executed at the same second as defined in the event time, will it be executed within x (e.g 5) seconds or ...?
Is there a guarantee that it will be executed within a given timeframe?
Hi Tim,
Events will try to be executed at the schedule time, though the time to actually run will depend on the load and the amount of events at the same time on the system.
There's no guarantee of execution time.