Skip to content

Commit

Permalink
Added missing concurrency blob delete back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmo committed Nov 11, 2023
1 parent 75d05ef commit 84b7709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 84b7709

Please sign in to comment.