MiscService: Allow for a delay before alf event merge service starts forwarding from outbound queue #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, when the servlet is initialized, we attempt to recover events from the file based database by moving them to the outbound queue and starting Emitter job. At this time, the receiving alf event manager might not be fully up yet (especially when run in the same servlet container instance).
There should be a configurable delay before we should start sending from the outbound queue.