Skip to content

Commit

Permalink
chore: fixup comment in workflows terraform (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Sep 10, 2023
1 parent c91f60c commit 2fde858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "aspect_workflows" {
min_runners = 0
queue = "aspect-default"
resource_type = "default"
scaling_polling_frequency = 1 # API limit is easy to exceed with both AWS & GCP set to scaling_polling_frequency > 1
scaling_polling_frequency = 1 # check for queued jobs every 60s
warming = true
}
# The warming runner group is used for the periodic warming job that creates
Expand Down

0 comments on commit 2fde858

Please sign in to comment.