mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs(4.3): update control-rollout document.
This commit is contained in:
		
							parent
							
								
									18da69ede0
								
							
						
					
					
						commit
						74aa185392
					
				| @ -23,7 +23,7 @@ The built-in activation strategies: | ||||
| 
 | ||||
| When you create a new feature toggle you will get the standard activation strategy, if you don’t configure any specific strategies. The standard activation strategy will always evaluate to true, given that the feature toggle is enabled. | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| ## The UserIDs strategy {#the-userids-strategy} | ||||
| 
 | ||||
| @ -31,15 +31,15 @@ When we have deployed some new code to production it would be nice to enable the | ||||
| 
 | ||||
| A userId is how you identify users in your system (email, UUID, etc) and is provided as part of the Unleash Context to the client SDK. | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| ## Multiple activation strategies {#multiple-activation-strategies} | ||||
| 
 | ||||
| In order to increase the exposure of the feature which is protected with the feature toggle you can configure multiple activation strategies on the same feature toggle. | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| In the example above we have to configure two activation strategies, **userWithId** and **flexibleRollout**. If one of them evaluates to true the feature toggle is considered enabled. In the example we have enabled the feature toggle for usersWithId (_productlead@mycompany.com and me@mycompany.com_) in addition to 75% of the traffic. | ||||
| In the example above we have to configure two activation strategies, **userWithId** and **flexibleRollout**. If one of them evaluates to true the feature toggle is considered enabled. In the example we have enabled the feature toggle for usersWithId (*productlead@mycompany.com* and *me@mycompany.com*) in addition to 75% of the traffic. | ||||
| 
 | ||||
| ## Summary {#summary} | ||||
| 
 | ||||
|  | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 617 KiB After Width: | Height: | Size: 122 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 22 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 37 KiB | 
		Loading…
	
		Reference in New Issue
	
	Block a user