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
The timer function still runs the code even when the custom resource is deleted.
Description
The @kopf.timer decorator still triggered even when there's no more CR of that group/version exists. I expects that when the CR of that kind is deleted the timer would stop since no more CR of that group/version exists.
In the console output below where I put an extra empty line showing that I've deleted the CR from k8s but kopf continues to run the function.
Long story short
The timer function still runs the code even when the custom resource is deleted.
Description
The
@kopf.timer
decorator still triggered even when there's no more CR of that group/version exists. I expects that when the CR of that kind is deleted the timer would stop since no more CR of that group/version exists.In the console output below where I put an extra empty line showing that I've deleted the CR from k8s but kopf continues to run the function.
The code snippet to reproduce the issue
The exact command to reproduce the issue
The full output of the command that failed
Environment
kopf, version 0.27
v1.17.5
Python 3.8.5
Linux x86_64 GNU/Linux
Python packages installed
The text was updated successfully, but these errors were encountered: