almanach/almanach/core
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
..
controllers Remove unused logging import 2017-02-22 13:58:36 +00:00
helpers Handle instances deleted before completion 2017-02-22 16:27:50 +00:00
__init__.py First opensource commit 2016-03-25 11:30:58 -04:00
exception.py Cleanup Mongo driver and use specific exceptions 2016-12-27 14:20:35 -05:00
factory.py Add service and core factory classes 2016-12-21 11:27:37 -05:00
model.py Models refactoring 2016-12-29 10:16:03 -05:00
opts.py Handle instances deleted before completion 2017-02-22 16:27:50 +00:00