Don't delete runners in metrics lambda

This commit is contained in:
alesapin 2021-11-04 17:49:58 +03:00
parent 767e20f02d
commit 5b98b3f93d

View File

@ -23,7 +23,7 @@ def get_key_and_app_from_aws():
def handler(event, context):
private_key, app_id = get_key_and_app_from_aws()
main(private_key, app_id, True, True)
main(private_key, app_id, True, False)
def get_installation_id(jwt_token):
headers = {