mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Don't delete runners in metrics lambda
This commit is contained in:
parent
767e20f02d
commit
5b98b3f93d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user