Hello,
To clarify my case I did 3 runs with some logging on the last processed initial event (FunctionCreated) and the time it takes for the LiveProcessingStarted event to be raised. Only thing changed between runs is the setting.
Setting at default value:
EVENTSTORE_STATS_PERIOD_SEC=30
Last processed event logged:
[19:29:18 Rigger.Generic.QueryServer.Projecting.ProjectionManager [Debug]: QSASS_Configurator.FunctionAggregateProjection handled the following event(s) in 584 msecs:
Function.FunctionCreated.1
AggregateId: function-4fc8b348-e6df-4dc3-8f84-7b12b309009a, AggregateEventSequenceNumber: 1, Created: 2019-07-04 19:29:12:73, EventId: event-92990bba-4421-5f70-9666-285d86203b01
LiveProcessingStarted logged:
[19:29:28 Rigger.Generic.QueryServer.Projecting.EventSourceSubscription [Information]: QSASS_Configurator EventSourceSubscription: now processing live events. Last processed event PreparePosition = 116803.
[19:29:28 Rigger.Queries.AdminSelfService.ProjectionManager.Host.WriteSideHostedService [Information]: Replaying for QSASS_Configurator took: 0:16:198
Setting changed to 120:
EVENTSTORE_STATS_PERIOD_SEC=120
Last processed event logged:
[19:14:06 Rigger.Generic.QueryServer.Projecting.ProjectionManager [Debug]: QSASS_Configurator.FunctionAggregateProjection handled the following event(s) in 320 msecs:
Function.FunctionCreated.1
AggregateId: function-4fc8b348-e6df-4dc3-8f84-7b12b309009a, AggregateEventSequenceNumber: 1, Created: 2019-07-04 19:13:54:992, EventId: event-92990bba-4421-5f70-9666-285d86203b01
[19:15:02 Rigger.Generic.QueryServer.Projecting.EventSourceSubscription [Information]: QSASS_Configurator EventSourceSubscription: now processing live events. Last processed event PreparePosition = 100602.
LiveProcessingStarted logged:
[19:15:02 Rigger.Queries.AdminSelfService.ProjectionManager.Host.WriteSideHostedService [Information]: Replaying for QSASS_Configurator took: 1:3:739
Setting changed to 240:
EVENTSTORE_STATS_PERIOD_SEC=240
Last processed event logged:
[19:19:46 Rigger.Generic.QueryServer.Projecting.ProjectionManager [Debug]: QSASS_Configurator.FunctionAggregateProjection handled the following event(s) in 326 msecs:
Function.FunctionCreated.1
AggregateId: function-4fc8b348-e6df-4dc3-8f84-7b12b309009a, AggregateEventSequenceNumber: 1, Created: 2019-07-04 19:19:45:447, EventId: event-92990bba-4421-5f70-9666-285d86203b01
The thread 58 has exited with code 0 (0x0).
The thread ‘’ (0x3a) has exited with code 0 (0x0).
The thread 60 has exited with code 0 (0x0).
The thread ‘’ (0x3c) has exited with code 0 (0x0).
The thread 48 has exited with code 0 (0x0).
The thread ‘’ (0x30) has exited with code 0 (0x0).
[19:22:57 Rigger.Generic.QueryServer.Projecting.EventSourceSubscription [Information]: QSASS_Configurator EventSourceSubscription: now processing live events. Last processed event PreparePosition = 100564.
LiveProcessingStarted logged:
[19:22:57 Rigger.Queries.AdminSelfService.ProjectionManager.Host.WriteSideHostedService [Information]: Replaying for QSASS_Configurator took: 3:17:211