Skip to content

Commit

Permalink
fix: add scheduler address to self for localhost calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kopp authored and BrianKopp committed Jan 3, 2024
1 parent ca718db commit 458696c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/bigeye/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,7 @@ module "scheduler" {
DEPLOY_TYPE = "AWS"
DATAWATCH_ADDRESS = "https://${local.datawatch_dns_name}"
MAX_RAM_PERCENTAGE = "85"
SCHEDULER_ADDRESS = "http://localhost:${var.scheduler_port}"
SCHEDULER_THREADS = var.scheduler_threads
SENTRY_DSN = var.sentry_dsn
REDIS_PRIMARY_ADDRESS = module.redis.primary_endpoint_dns_name
Expand Down

0 comments on commit 458696c

Please sign in to comment.