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 Dec 9, 2024. It is now read-only.
What happened:
The pods created with the scheduled functions are not being removed after completing them. We can see the pods being piled every time it hits the schedule.
What you expected to happen:
The pods to be removed or to reuse the same pod and just running again.
Can you guide me somehow? , I would like to help to get this done because I currently have this issue happening and I'm fixing it running a separate script to clean up the completed pods.
Just to confirm, you are seeing 3 completed jobs per scheduled function, right?
Unfortunately, this is not something that can be implemented in the client side (so I am not sure is worth working on). If you want to implement it, you need to change it in the CronJobTrigger controller:
BUG REPORT
What happened:
The pods created with the scheduled functions are not being removed after completing them. We can see the pods being piled every time it hits the schedule.
What you expected to happen:
The pods to be removed or to reuse the same pod and just running again.
Environment:
The text was updated successfully, but these errors were encountered: