You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2022/06/08 10:17:29 UTC

[GitHub] [sling-org-apache-sling-event] joerghoh commented on a diff in pull request #22: SLING-11379 do not register the same job over and over

joerghoh commented on code in PR #22:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/22#discussion_r892182093


##########
src/main/java/org/apache/sling/event/impl/jobs/JobBuilderImpl.java:
##########
@@ -64,7 +64,7 @@ public ScheduleBuilder schedule() {
         return new JobScheduleBuilderImpl(
                 this.topic,
                 this.properties,
-                UUID.randomUUID().toString(),

Review Comment:
   Right now there is no way for an API user to specify the scheduleName, but I think that there is some value in having it.
   I am thinking about an API extension which exposes it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org