You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid breaking backward compatibility with clients, introducing any new job or run termination reason is delayed until the next minor release. This results in less informative termination reasons, such as INTERRUPTED_BY_NO_CAPACITY instead of INSTANCE_UNREACHABLE, and causes inconveniences when adding new features.
Solution
A possible solution is to switch from enum variants to strings for termination reason fields.
Workaround
No response
Would you like to help us implement this feature by sending a PR?