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

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

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.


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

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra updated SLING-809:
-----------------------------------

    Comment: was deleted

> 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
>             Fix For: Extensions Event 2.0.4
>
>
> 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.


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

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667986#action_12667986 ] 

Tobias Bocanegra commented on SLING-809:
----------------------------------------

danke! ich probiers gleich aus.
gruss,t



> 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
>             Fix For: Extensions Event 2.0.4
>
>
> 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.


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

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-809.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Extensions Event 2.0.4

I've added the functionality in revision: 738413

> 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
>             Fix For: Extensions Event 2.0.4
>
>
> 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.