alex
03/17/2022, 7:35 PMx slots
used in the late runs section, even though the flow does not have any tags associated with the concurrency limit (I have some other flows that do). Any ideas on how I can resolve this issue?Kevin Kho
03/17/2022, 7:36 PMquery FlowLabelUsage($labels: [String!]) {
flow_concurrency(labels: $labels) {
label
usage
}
}
alex
03/17/2022, 7:54 PM{
"errors": [
{
"message": "Unknown argument \"limit\" on field \"flow_concurrency\" of type \"Query\".",
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED"
}
}
]
}
Kevin Kho
03/17/2022, 7:55 PMalex
03/17/2022, 7:57 PMKevin Kho
03/17/2022, 7:58 PMalex
03/17/2022, 7:58 PMKevin Kho
03/17/2022, 8:01 PMalex
03/17/2022, 8:34 PMKevin Kho
03/17/2022, 8:35 PMAnna Geller
03/17/2022, 8:40 PMalex
03/17/2022, 8:50 PMAnna Geller
03/17/2022, 8:54 PMalex
03/17/2022, 8:57 PMprefect agent local start --name ... --label cf-data-release
. Agent is running in the same location where the flows were deployed