From 84b7709a2591bb32433ad82e9c69267d7664814f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taneli=20Lepp=C3=A4?= Date: Sat, 11 Nov 2023 13:50:26 +0100 Subject: [PATCH] Added missing concurrency blob delete back in. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7109149..bd3d1a9 100644 --- a/main.py +++ b/main.py @@ -497,7 +497,7 @@ def handle_concurrency_post(logger, concurrency_config, jinja_environment, bucket = storage_client.bucket(concurrency_bucket) concurrency_blob = bucket.blob(concurrency_file) - # concurrency_blob.delete() + concurrency_blob.delete() def handle_concurrency_pre(logger, concurrency_config, jinja_environment,