Skip to content

Commit

Permalink
fix: infra
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Aug 19, 2024
1 parent 2ad4adb commit e88edaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/functions-python/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ resource "google_cloud_scheduler_job" "gbfs_validator_batch_scheduler" {
headers = {
"Content-Type" = "application/json"
}
attempt_deadline = "320s"
}
attempt_deadline = "320s"
}

# 5.3 Create function that subscribes to the Pub/Sub topic
Expand Down

0 comments on commit e88edaf

Please sign in to comment.