Ofek K
06/13/2024, 11:59 AMMarvin
06/13/2024, 11:59 AMyaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: example-deployment
spec:
replicas: 1
selector:
matchLabels:
app: example-app
template:
metadata:
labels:
app: example-app
spec:
containers:
- name: example-container
image: example-image
resources:
requests:
memory: "512Mi"
cpu: "500m"
limits:
memory: "1024Mi"
cpu: "1000m"
References:
- GitHub Issue on flows with "Crashed" subflows and timeout: Issue #7683
- Example of flow errors and handling: State Change Hooks
Monitoring these aspects closely should help you identify and resolve the issue. If needed, consider reaching out to Prefect support for more specific guidance.Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by