Skip to content

Commit

Permalink
reading is fundamental
Browse files Browse the repository at this point in the history
closes #104
  • Loading branch information
edavidaja committed Feb 24, 2025
1 parent 4c6403d commit 3d7e5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _submit_job(version, platform):
"jobQueue": os.environ["JOB_QUEUE_ARN"],
"jobDefinition": job_details.job_definition_arn(),
"containerOverrides": _container_overrides(job_details.version),
"retryStrategies": _retry_strategies(RETRY_ATTEMPTS)
"retryStrategy": _retry_strategies(RETRY_ATTEMPTS)
}
if os.environ.get("DRYRUN"):
print("DRYRUN: would have queued {}".format(job_details.job_name()))
Expand Down

0 comments on commit 3d7e5b0

Please sign in to comment.