We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5f232 commit 022dec9Copy full SHA for 022dec9
1 file changed
Services/OSA.Service/OSAEService.cs
@@ -109,7 +109,9 @@ protected override void OnStart(string[] args)
109
OSAEMethodManager.ClearMethodQueue();
110
111
Common.CreateComputerObject(sourceName);
112
- CreateServiceObject();
+ CreateServiceObject();
113
+
114
+ OSAE.OSAESql.RunSQL("SET GLOBAL event_scheduler = ON;");
115
116
// Start the WCF service so messages can be sent
117
// and received by the service
0 commit comments