Releases: 4dn-dcic/tibanna
Releases · 4dn-dcic/tibanna
1.8.1
1.7.1
Update postrun.json when job fails (#353) * Update postrun.json for failed runs * Update postrun on idle termination * Remove unnecessary datetime
1.7.0
Add possibility to use Caper to execute WDL files.
1.6.0
Improved spot failure detection. Added retry logic when pulling the docker image.
1.5.0
1.4.1
1.3.1
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 aFAILED
status with aJobAborted
exception (as opposed to a hard kill which immediately stops the step function execution which gives it anABORTED
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.