This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch airavata-aws
in repository https://gitbox.apache.org/repos/asf/airavata.git
from 0f6a986c99 updated the job status and correct agent adaptor to upload
files in aws workflows
add 62ffa72536 AWS job submission wait logic to use exponential backoff
No new revisions were added by this update.
Summary of changes:
.../helix/impl/task/aws/AWSJobSubmissionTask.java | 83 +++++++++---------
.../helix/impl/task/aws/CreateEC2InstanceTask.java | 1 +
.../impl/task/aws/{ => utils}/AWSTaskUtil.java | 2 +-
.../task/aws/utils/ExponentialBackoffWaiter.java | 97 ++++++++++++++++++++++
4 files changed, 143 insertions(+), 40 deletions(-)
rename
modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/aws/{
=> utils}/AWSTaskUtil.java (97%)
create mode 100644
modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/aws/utils/ExponentialBackoffWaiter.java