SHOW TASKS/DESC TASK commands: New columns in output (Pending)¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the SHOW TASKS / DESCRIBE TASK commands include the following new column:
Column name |
Description |
---|---|
SUCCESS_INTEGRATION |
Name of the notification integration used to access Amazon Simple Notification Service (SNS), Google Pub/Sub, or Microsoft Azure Event Grid to relay success notifications for the task. |
SCHEDULING_MODE |
Displays whether the serverless task is FIXED or FLEXIBLE.
|
TARGET_COMPLETION_INTERVAL |
Displays the target completion interval that the user wants, which the serverless task uses to determine the size of the compute resources to use to complete execution. |
Ref: 1719 1807