You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Joerg Hoh (Jira)" <ji...@apache.org> on 2022/06/06 09:06:00 UTC

[jira] [Created] (SLING-11379) Do not create duplicate scheduled jobs

Joerg Hoh created SLING-11379:
---------------------------------

             Summary: Do not create duplicate scheduled jobs
                 Key: SLING-11379
                 URL: https://issues.apache.org/jira/browse/SLING-11379
             Project: Sling
          Issue Type: Improvement
          Components: Event
    Affects Versions: Event 4.3.2
            Reporter: Joerg Hoh


I came across situations where periodic jobs were added in the activation of an OSGI component, which eventually piles up to a huge amount of (identical) jobs being scheduled, causing major problems on load and stability.

Before adding a new scheduled job, it should be checked if it already exists. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)