Skip to content

1.3.1

Compare
Choose a tag to compare
@SooLee SooLee released this 27 May 15:49
· 216 commits to master since this release
  • 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.