PrefectHQ / prefect-aws

Prefect integrations with AWS.
https://PrefectHQ.github.io/prefect-aws/
Apache License 2.0
85 stars 40 forks source link

Change logging prefix to avoid unnecessary task definition registrations #402

Closed jeanluciano closed 8 months ago

jeanluciano commented 8 months ago

The current implementation generates an awslogs-prefix for every flow run, creating an unnecessary amount of task definition registrations which could lead to rate limits.