terraform-aws-django icon indicating copy to clipboard operation
terraform-aws-django copied to clipboard

Terraform modules for deploying Django applications on AWS using ECS Fargate

Results 1 terraform-aws-django issues
Sort by recently updated
recently updated
newest added

This PR attempts to bring clarity with: 1. Rename `default_celery_worker_*` to `celery_worker_*` (since there is only 1 worker, this keeps things clear between celery_beat and celery_worker and avoids the confusion...