Feature #16354
Check that duplicate events are not processed for an art job
Status:
Accepted
Priority:
Normal
Assignee:
-
Category:
Event Loop
Target version:
-
Start date:
04/27/2017
Due date:
% Done:
0%
Estimated time:
32.00 h
Scope:
Internal
Experiment:
-
SSI Package:
art
Description
Based on stakeholder consent, art
should keep track of which events have been processed for a given art
job. When a duplicate event is encountered, art
will thrown an exception, shutting the process down gracefully.
To be as efficient as possible, sources should be able to specify if they guarantee that they emit only unique events for a given job (e.g. EmptyEvent
). Then such checking can be omitted.
History
#1 Updated by Christopher Green almost 4 years ago
We need to make sure that we do not break interactive use of sources that support rewinding (e.g. for event displays).