Skip to content

Commit

Permalink
[JENKINS-19622] Merged #989: allow background tasks to run simultaneo…
Browse files Browse the repository at this point in the history
…usly, preventing task blockage.
  • Loading branch information
jglick committed Nov 15, 2013
1 parent 3583f34 commit 53317a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Allow background tasks to run simultaneously, preventing task blockage.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19622">issue 19622</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/jenkins/util/Timer.java
Expand Up @@ -13,7 +13,7 @@
* This ExecutorService will create additional threads to execute due (enabled) tasks.
*
* Provides a minimal abstraction for locating the ScheduledExecutorService so that we
* can modify it's behavior going forward. For instance, to add managability/monitoring.
* can modify it's behavior going forward. For instance, to add manageability/monitoring.
*
* This is not an @Extension because it must be available before any extensions are loaded.
*
Expand All @@ -22,7 +22,7 @@
* {@link hudson.model.AsyncAperiodicWork}, {@link hudson.model.AsyncPeriodicWork}.
*
* @author Ryan Campbell
* @since 1.538
* @since 1.541
*/
public class Timer {

Expand Down

0 comments on commit 53317a8

Please sign in to comment.