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
tibanna kill now has a soft-kill option -z which does not immediately abort the execution but sends an abort signal to be picked up by the check_task lambda (the instance is terminated immediately) - this way the execution will have a FAILED status with a JobAborted exception (as opposed to a hard kill which immediately stops the step function execution which gives it an ABORTED status). This options could be useful for a wrapper (e.g. tibanna_ff) to be able to handle the abort more gracefully.
A newly introduced issue of execution ARN dependencies causing error is now fixed.
tibanna cost_estimate now has a force option -f which estimates the cost even if the actual cost is available.