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
Several JobOperator methods (like stop, abandon) make reference to 'running executions'. The problem is we never define what batch status values that means and what happens. ----
When exactly is lastUpdatedTime updated?
Just on batch status change at job level (incl. abandon)? Not checkpoints? What about step level events? Also javadoc has typo (repeated 'updated')
The text was updated successfully, but these errors were encountered:
Several JobOperator methods (like stop, abandon) make reference to 'running executions'. The problem is we never define what batch status values that means and what happens. ----
When exactly is lastUpdatedTime updated?
Just on batch status change at job level (incl. abandon)? Not checkpoints? What about step level events? Also javadoc has typo (repeated 'updated')
The text was updated successfully, but these errors were encountered: