Skip to content

Commit 6dd932a

Browse files
committed
flexible cloud task queue name that allows queue recreation
1 parent c480b2e commit 6dd932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ resource "google_cloud_tasks_queue" "update_validation_report_task_queue" {
14141414
resource "google_cloud_tasks_queue" "refresh_materialized_view_task_queue" {
14151415
project = var.project_id
14161416
location = var.gcp_region
1417-
name = "refresh-materialized-view-task-queue"
1417+
name = "refresh-materialized-view-task-queue-${var.environment}-${local.deployment_timestamp}"
14181418

14191419
rate_limits {
14201420
max_concurrent_dispatches = 1

0 commit comments

Comments
 (0)