ionutzpi commented on code in PR #43:
URL: 
https://github.com/apache/sling-org-apache-sling-event/pull/43#discussion_r2086269274


##########
src/main/java/org/apache/sling/event/impl/jobs/queues/QueueManager.java:
##########
@@ -391,11 +391,24 @@ public void configurationChanged(final boolean active) {
             if ( active ) {
                 fullTopicScan();
             } else {
+                // Stop all running jobs before restarting
+                stopAllJobs();

Review Comment:
   Remove stopAllJobs as not needed.



-- 
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-unsubscr...@sling.apache.org

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

Reply via email to