1
The OnSendDailyTelemetry Event in can be used to send scheduled telemetry from the Job Queue.
The Problem is if the first subscriber failes for any reason the following subscribers will not be triggert and wont emit telemtry.
This behavior can be solvend be changing the integration event to an isolated event.
STATUS DETAILS
New