You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/01/20 23:28:44 UTC

[airflow-ci-infra] branch autoscaling-lambda updated (9337f78 -> b41afce)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch autoscaling-lambda
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git.


    from 9337f78  Lambda function to scale ASG based on Github webhooks
     add 651da5b  fixup! Lambda function to scale ASG based on Github webhooks
     add b41afce  fixup! Lambda function to scale ASG based on Github webhooks

No new revisions were added by this update.

Summary of changes:
 webhooks/scale_out_runner/.chalice/config.json   |   9 ++
 webhooks/scale_out_runner/.chalice/prod_iam.json |  34 ++++++
 webhooks/scale_out_runner/app.py                 | 130 ++++++++++++-----------
 webhooks/scale_out_runner/requirements.txt       |   1 -
 4 files changed, 109 insertions(+), 65 deletions(-)
 create mode 100644 webhooks/scale_out_runner/.chalice/prod_iam.json