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
Implemented every Operation operation struct as implementing a OperationTask with both Run and Continue methods so it's explicit on continue for each
modified the provider to return the OperationTask type instead of an OperationFunc
Operation determines if it's a continuation and selects the Continue function. Since everything in the Operator must implement both Run and Continue it's guaranteed to be there
* implementation with OperationTask that has { Run, Continue } functions
* removing running from condition of executable on the operation
* wiring up operation scheduler to dispatch/schedule operations to continue on the event of a restart of the operator
* continue now functioning on restart
* dryrun continue impl
* continue for deploy
* continue for deploystage
* defaulting for retry and retry stage
* continuation on restart, adjusting query and adding event types of Pending for deployment and stage
No description provided.
The text was updated successfully, but these errors were encountered: