Skip to content

0.15.0

Compare
Choose a tag to compare
@SooLee SooLee released this 23 Feb 01:27
· 675 commits to master since this release
fb32054
  • With a previous version, if an instance is idle (CPU utilization < 1%) for an hour, Tibanna checks and kills it. This could happen rarely if an output file transfer is taking more than 1hr on a large machine with e.g. 72 cores, in which case the condition for idleness is satisfied but it should not be killed. From 0.15.0, Tibanna also checks EBS read metrics and if maximum 1kb is being read (e.g. for copying a file to s3) during the past hour, Tibanna does not kill the instance even though CPU utilization is <1%.

  • Redeployment is required for this change to take effect.

tibanna deploy_core -n check_task_awsem [-g groupname] [-s suffix]