kuryr-kubernetes/kuryr_kubernetes/handlers
Luis Tomas Bolivar 998be3bbda Avoid race between Retries and Deletion actions
This patch set increases the timeout to wait for resources to be
created/deleted. This is needed to better support spikes without
restarting the kuryr-controller. This patch also ensures that
future retry events are not afecting the kuryr controller if
they are retried once the related resources are already deleted,
i.e., the on_delete event was executed before one of the retries.

Closes-Bug: 1847753
Change-Id: I725ba22f0babf496af219a37e42e1c33b247308a
2019-10-16 18:25:01 +02:00
..
__init__.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
asynchronous.py Revert commits to use UID instead of SelfLink 2018-02-19 17:00:46 +09:00
base.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
dispatch.py Print uid with log to facilitate log tracking 2019-08-12 10:33:28 +09:00
health.py Add quota readiness check to controller 2018-11-21 10:11:55 +00:00
k8s_base.py Kuryr-Controller: make handlers pluggable 2018-04-17 17:02:00 +03:00
logging.py Remove log translations 2017-03-28 15:13:49 +08:00
retry.py Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00