[
https://issues.apache.org/jira/browse/SLING-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540171
]
Philipp Koch commented on SLING-96:
-----------------------------------
>I guess that your use case is to have timed events that are not scheduled
>periodically but fired once on a fixed date, right?
yes. but it might happen that the (fixed) date needs to be updated. so updating
the timed event would be nice :-). the workaround would be to delete the event
with the given id and recreate the event with the same id - right?
> persisted timed events should be removed from the repository after they got
> successfully executed
> -------------------------------------------------------------------------------------------------
>
> Key: SLING-96
> URL: https://issues.apache.org/jira/browse/SLING-96
> Project: Sling
> Issue Type: Bug
> Components: Event
> Reporter: Philipp Koch
> Assignee: Carsten Ziegeler
> Priority: Minor
>
> the persisted timed events keep staying in the repository also after being
> executed/fired successfully. this is from my point of view not correct. the
> nodes should be deleted so that it would be possible to register a timed
> event again with the same id. if the current behaviour is thought to keep
> kind of a history than it would make more sense to keep such a history in a
> "history" tree.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.