Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way to send daily email notifications with information on task start/stop status and the latency for each replication task? I would like to receive a daily summary indicating whether the tasks were running and their respective latencies. I also want to know whether the task is running or not on a predetermined schedule.
How can I set this up?
Thanks.
Hello @mk_istts ,
Qlik Replicate notifications are event-driven, meaning that emails are sent based on specific events that occur during task execution. However, these notifications must be set up for each task individually, and in the current versions, they cannot be scheduled to trigger at a specific time of day.
If you manage multiple tasks and need regular updates, I suggest the following workaround:
Use the QEM GetTaskDetails API: This API allows you to retrieve detailed information about each task, including status, latency, and other relevant metrics.
Send the retrieved data via a third-party tool: For example, you can use scripts, or curl to email this information to your inbox at a specified interval.
Hope this helps.
John.