-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ADDONS_7.10, ADDONS_9.10
-
Component/s: Retention
-
Epic Link:
As the system, I have a listener that pass all Records to the Retention Service to check if something has to be done.
The listener will be post-commit / async aims to queue a Worker per Record to call do a{{checkRecord}}
For that, we need to create Worker that will use the default queue for now and a post-commit async listener that will receive all events.