mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +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):
|
def handler(event, context):
|
||||||
private_key, app_id = get_key_and_app_from_aws()
|
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):
|
def get_installation_id(jwt_token):
|
||||||
headers = {
|
headers = {
|
||||||
|
Loading…
Reference in New Issue
Block a user