Skip to content

Commit

Permalink
Adding disclaimer for JENKINS-44747 change.
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Jun 7, 2017
1 parent 68605b0 commit c22a7e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -77,6 +77,13 @@ How does it work?
* Throttling of Pipeline steps in `throttle()` will take other throttling logic like job properties in Pipeline and other job types.
* If the specified category is missing, `throttle()` execution will fail the run.

#### Warning regarding restarting master

Due to a deadlock (as described in [JENKINS-44747](https://issues.jenkins-ci.org/browse/JENKINS-44747)), a change has
been made which can theoretically result in throttle categories being ignored in running Pipelines immediately after the
Jenkins master has been restarted. This will be investigated further, but was considered a necessary change in order to
resolve the deadlock scenario.

#### Examples

**Example 1**: Throttling of node() runs
Expand Down

0 comments on commit c22a7e7

Please sign in to comment.