Skip to content

Commit

Permalink
feat(xplorers-bot-ts): queue with same name can only be recreated aft…
Browse files Browse the repository at this point in the history
…er 7 days (#17)
  • Loading branch information
boltdynamics authored Jul 18, 2023
1 parent 46b1fc8 commit 62b377b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ resource "google_project_iam_member" "xplorers_bot_function_custom_role_binding"
}

resource "google_cloud_tasks_queue" "xplorers_bot_queue" {
name = "xplorers-bot-queue-${terraform.workspace}"
/* Todo: remove the -tmp in the next Pull Request
https://cloud.google.com/tasks/docs/deleting-appengine-queues-and-tasks#deleting_queues*/
name = "xplorers-bot-queue-${terraform.workspace}-tmp"
project = var.project_id
location = var.region
rate_limits {
Expand Down

0 comments on commit 62b377b

Please sign in to comment.