Class DelayedEvent (0.9.18)
Stay organized with collections
Save and categorize content based on your preferences.
DelayedEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An event generated whenever a resource limitation or
transient error delays execution of a pipeline that was
otherwise ready to run.
Attributes |
Name |
Description |
cause |
str
A textual description of the cause of the
delay. The string can change without notice
because it is often generated by another service
(such as Compute Engine).
|
metrics |
MutableSequence[str]
If the delay was caused by a resource shortage, this field
lists the Compute Engine metrics that are preventing this
operation from running (for example, CPUS or
INSTANCES ). If the particular metric is not known, a
single UNKNOWN metric will be present.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]