Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 365707f

Browse files
committed
added cluster parameter to queue processing fargate service
1 parent 0349b00 commit 365707f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/celery_workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:
7272
log_driver=ecs.LogDrivers.aws_logs(
7373
stream_prefix="CeleryDefaultWorker"
7474
),
75-
vpc=scope.vpc,
75+
cluster=scope.ecs.cluster,
7676
desired_task_count=1,
7777
)

0 commit comments

Comments
 (0)