You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
PR #152 changed the behavior of the family top-level settings on the ECSTask infrastructure block. Rather than just being set to prefect, it instead templates using the flow and deployment names: prefect__{flow-name}__{deployment-name}. This change does not seem to have made it into the worker. When users have multiple heterogeneous deployments, using a single family (prefect) can lead to excessive task definition revisions and may trigger service rate limits.
The text was updated successfully, but these errors were encountered:
PR #152 changed the behavior of the
family
top-level settings on theECSTask
infrastructure block. Rather than just being set toprefect
, it instead templates using the flow and deployment names:prefect__{flow-name}__{deployment-name}
. This change does not seem to have made it into the worker. When users have multiple heterogeneous deployments, using a single family (prefect
) can lead to excessive task definition revisions and may trigger service rate limits.The text was updated successfully, but these errors were encountered: