Skip to content

Commit

Permalink
Update the CMD for the workers
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Dec 12, 2024
1 parent 603a713 commit 45175e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sm2a/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "sma-base" {
domain_name = var.domain_name
stage = var.stage
subdomain = var.subdomain
worker_cmd = ["/home/airflow/.local/bin/airflow", "celery", "worker"]
worker_cmd = ["airflow", "celery", "worker"]

airflow_custom_variables = {
EVENT_BUCKET = var.state_bucketname
Expand Down

0 comments on commit 45175e0

Please sign in to comment.