Will an object with pending events be removed before its events are fired?

#1
My application logic requires that the object still exists at the time I receive the expiration event. Is the expiration event a pre-event or post-event (i.e., has the object already been deleted and the event is post-facto?)
 
#1
If an object is expiring it will not be removed until the expiration event fires or the server gives up trying to deliver it. (It attempts to reach the client code max_event_tries times as defined the by max_event_tries parameter in the soss_params.txt file.)
 
Top