https://prefect.io logo
j

John Horn

04/05/2023, 4:48 PM
Hello, I have a deployment on an hourly schedule in GKE. Occasionally I have a jobs that appear as Running in the UI but when I look at the pod it has a state like:
Copy code
chocolate-cheetah-bwnpz-zlnxj        0/1     Completed                0          3h42m
The meta data in the Prefect Cloud UI in the side bar matches that 3h42m
Copy code
Flow Run
Start Time
2023/04/05 06:00:05 AM
Duration
3h 44m
Run Count
1
Created
2023/04/05 03:00:09 AM
What would you recommend I do? Will this result in bloat over time where Prefect shows lots of running processes even though they are not? At the deployment infra level I have in the KubernetesJob
Copy code
job_watch_timeout_seconds = 3600,