Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mk_istts
Contributor II
Contributor II

Task and Latency Notification

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.

Labels (2)
1 Reply
john_wang
Support
Support

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:

  1. Use the QEM GetTaskDetails API: This API allows you to retrieve detailed information about each task, including status, latency, and other relevant metrics.

  2. 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.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!