You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/01/27 14:17:00 UTC

[jira] Assigned: (SLING-809) Add possibility to force a reprocess of an queued job entry

     [ https://issues.apache.org/jira/browse/SLING-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reassigned SLING-809:
--------------------------------------

    Assignee: Carsten Ziegeler

> 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
>            Assignee: Carsten Ziegeler
>
> 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.