Skip to content

Commit d2f7f02

Browse files
committed
fix queue name
1 parent adf8bce commit d2f7f02

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
@@ -1338,7 +1338,7 @@ resource "google_cloud_tasks_queue" "refresh_materialized_view_task_queue" {
13381338
resource "google_cloud_tasks_queue" "task_run_sync_queue" {
13391339
project = var.project_id
13401340
location = var.gcp_region
1341-
name = "task-run-sync-queue-${var.environment}"
1341+
name = "task-run-sync-queue-${var.environment}-${local.deployment_timestamp}"
13421342

13431343
rate_limits {
13441344
max_concurrent_dispatches = 5

0 commit comments

Comments
 (0)