snjypl commented on issue #21087: URL: https://github.com/apache/airflow/issues/21087#issuecomment-1120493599
adding come context: [kubernetes doc on bookmark](https://kubernetes.io/docs/reference/using-api/api-concepts/#efficient-detection-of-changes) > A given Kubernetes server will only preserve a historical record of changes for a limited time. Clusters using etcd 3 preserve changes in the last 5 minutes by default. > To mitigate the impact of short history window, the Kubernetes API provides a watch event named BOOKMARK. It is a special kind of event to mark that all changes up to a given resourceVersion the client is requesting have already been sent. > As a client, you can request BOOKMARK events by setting the allowWatchBookmarks=true query parameter to a watch request, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
