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

Leonardo Rodriguez resolved SLING-7661.
---------------------------------------
    Resolution: Not A Problem

Thank you for the information [~igurjar]

The Sling website documentation at: 
[https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html]
 makes no mention of the JobExecutor, but the JobExecutor API provides the 
requested functionality. I would suggest updating the documentation page to 
include the JobExecutor.

> Provide mechanism to persist error message/s in Sling Jobs API
> --------------------------------------------------------------
>
>                 Key: SLING-7661
>                 URL: https://issues.apache.org/jira/browse/SLING-7661
>             Project: Sling
>          Issue Type: Improvement
>          Components: API
>            Reporter: Leonardo Rodriguez
>            Priority: Minor
>
> The sling Jobs API provides a JobConsumer interface: 
> org.apache.sling.event.jobs.consumer.JobConsumer" and Job interface: 
> org.apache.sling.event.jobs.Job.
> Currently, when a JobConsumer fails, it's supposed to return a 
> JobResult.CANCEL, but there is no way to set an error message.
> Looking at the JCR, we see that such (failed/canceled) jobs are saved to 
> /var/eventing/jobs/cancelled/ with a property 
> "slingevent:finishedState=ERROR".
> It would be beneficial to add a method to the Job interface to set an error 
> String or List<String> for multiple errors (to save stacktrace perhaps). That 
> way if a job fails we can debug the issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to