Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Sep 10, 2023
1 parent 4f7ecd6 commit 88d059f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 29 deletions.
75 changes: 48 additions & 27 deletions .aspect/workflows/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "google_compute_image" "runner_image" {

module "aspect_workflows" {
# Aspect Workflows terraform module
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.8.0-rc1/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0-rc3/workflows-gcp/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down Expand Up @@ -63,7 +63,7 @@ module "aspect_workflows" {
min_runners = 0
queue = "aspect-default"
resource_type = "default"
scaling_polling_frequency = 3 # check for queued jobs every 20s
scaling_polling_frequency = 1 # API limit is easy to exceed with both AWS & GCP set to scaling_polling_frequency > 1
warming = true
}
# The warming runner group is used for the periodic warming job that creates
Expand Down

0 comments on commit 88d059f

Please sign in to comment.