Add possibility to force a reprocess of an queued job entry
-----------------------------------------------------------

                 Key: SLING-809
                 URL: https://issues.apache.org/jira/browse/SLING-809
             Project: Sling
          Issue Type: New Feature
          Components: Event
    Affects Versions: Extensions Event 2.0.2
            Reporter: Tobias Bocanegra


A FIFO job event queue processes the jobs in proper sequence. when a job cannot 
be processed it can be scheduled for retry after a certain period.
when the queue waits for that retry delay to pass, new job can be added to the 
queue. sometime it might be useful to bypass the wait time "manually" and let 
the queue re-process the job immediately. for example after a config change or 
per user-interaction via a GUI.

add something like: 
  JobStatusProvider.forceReProcess(String queueName)





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to