almanach/almanach/collector/handlers
Frédéric Guillot 262586195d Handle instances deleted before completion
This change avoid sending notification to critical queue
when instances are deleted before their completion.

Since we are never going to receive the create.end event,
we use a 15 minutes window to assume the instance was never
created. This check is made only if the entity is not found.

- Add more flexible filters system
- For now, filters are only for on delete events
- Add date helper to manipulate and parse date

Change-Id: Iba97f050bf6e164bf0d83035a884cdbe023d92fc
2017-02-22 16:27:50 +00:00
..
__init__.py Migrate code base to oslo.config and oslo.log 2016-10-13 11:28:09 -04:00
base_handler.py Migrate to oslo_messaging and oslo_service 2016-11-17 10:13:56 -05:00
instance_handler.py Handle instances deleted before completion 2017-02-22 16:27:50 +00:00
volume_handler.py Migrate to oslo_messaging and oslo_service 2016-11-17 10:13:56 -05:00
volume_type_handler.py Migrate to oslo_messaging and oslo_service 2016-11-17 10:13:56 -05:00