Enabling error notifications for tasks using Google Pub/Sub¶
This topic provides instructions for configuring error notification support for tasks using Google Pub/Sub.
Enabling error notification using Google Pub/Sub¶
To enable task notifications, follow the steps in the next sections.
Creating the notification integration¶
See Creating a notification integration to send notifications to a Google Cloud Pub/Sub topic.
Enabling error notifications in tasks¶
You then enable error notification, in either a standalone or root task, by setting ERROR_INTEGRATION to the name of the notification integration. You can set the property when you create a task (using CREATE TASK) or later (using ALTER TASK).
For details refer to Configuring a task to send error notifications.