Marc-Aurèle Brothier
Marc-Aurèle Brothier
@ashutosh-narkar no, I haven't run without `every` as this is the recommend way to implement a sort of parametrized test in #2176 . I can make the tests pass by...
We tried to upgrade to Celery 5.2.7 but had issue with memory leaks as you show here. We are using AWS SQS as a backend. For now we are stuck...
To make it work on our side we neede to change 2 things: ```hcl resource "aws_ecs_task_definition" "task_definition" { track_latest = true } ``` and also to use the ecr_repository resource...
@alexgoddity here is an example based on the sample `aws_ecs_task_definition` from the provider docs: ```hcl locals { registry_id = "1234567890" # Most recent image is pushed with 2 tags: `latest`...
We are using https://github.com/silinternational/ecs-deploy in the CI which creates a new task on CI iterations based on the last one.
@aethernet this is a fix for #4096
@aethernet - anything else to do? The CI did not trigger again after the title rename.