Questions tagged [rollout]

68 questions
1
vote
0 answers

Feature Flag Change Listener (e.g true, false) in Rollout Android SDK

For those who used Rollout SDK's feature flag. Is it possible to listen / observe the feature / flag / configuration change in Rollout SDK for iOS / Android by registering for certain flags? For example, I have a deal feature flag, whenever it's…
Farruh Habibullaev
  • 2,342
  • 1
  • 26
  • 33
1
vote
1 answer

ios publish / rollout options for different versions / customizations of the same application to different customers?

Current issue: How do we efficiently deploy different versions of the same App to different customers? Example: App version 1.1 needs to be installed for customer A. App version 1.2 needs to be installed for customer B. App version 1.3 needs to be…
Perry G
  • 91
  • 11
1
vote
1 answer

Does app rollout percentage in play store applies to new installs

I mean to say if I rollout to 20% users, does that mean only 20% of the first time installers will see the new version and 80% of first time installers will see the old one?
sourav mandal
  • 25
  • 1
  • 5
1
vote
3 answers

Android Instant App Play Store Errors

Whenever I upload my base and feature APKs to Play Store I got these errors : You must provide a default URL for your Instant App APKs. Learn More Your site 'www.example.com' has not been linked through the Digital Assets Link protocol to your…
1
vote
2 answers

AEM launching a Rollout through a java class

How do I launch a rollout process in AEM programmatically? Thanks.
Diego Nieto
  • 581
  • 2
  • 10
  • 23
1
vote
0 answers

Onetime Data Migration on database

We are introducing new feature in our Web App and our database should react appropriately on new version rollout to Prod. As an example, set 0 value to table T1 for column C1 in case column C2 in Table T2 has true value. What is the best way to…
Michael Z
  • 3,883
  • 10
  • 43
  • 57
1
vote
1 answer

'No action' in live copy rollout CQ5

I am new to CQ5 and learning it. When I try to rollout a live copy from a blueprint page; the actions are create,update,full update, partial update and 'No action' . I would want to know when does a user get 'No action' option. I rolled out a live…
cquser
  • 63
  • 9
1
vote
0 answers

Maxscript Filein not working in Macroscript

I wrote a macroscript as a .ms that calls other scripts yesterday and it worked great. When I tried using it today, the filein for calling other scripts is working for all of my scripts but one. That script that is called is also a macroscript. …
NateW
  • 2,856
  • 5
  • 26
  • 46
1
vote
1 answer

Output updates to only specific users

I am trying to figure out how some sites manage their versions and make seamless updates to their code, with minimal service disruptions and also about how sites like Google and Netflix roll-out new features for limited users to test them out before…
ShadowZzz
  • 415
  • 2
  • 5
  • 17
1
vote
1 answer

How to perform Roll-out in MCTS in Complex Games

Okay I basically understand How MCTS works with node selection etc. What I don't understand is the random roll-out phase. Is it correct that I am randomly simulating future game steps till it ends in win or loss? Isn't the roll-out taking very long…
0
votes
4 answers

Git workflow with a testing server

I'm using git for my workflow and I have a remote testing server. What would be the best way to do this. Currently I make my changes on my workstation and I commit changes and then push to server. But this would quickly lead to many small commits. I…
Chris
  • 988
  • 3
  • 18
  • 30
0
votes
0 answers

AEM Launch - Is there a way to rollout a launch?

Are there some cases of using the launch method of AEM and promote it from the blueprint to all the other languages ? Because, when doing a launch on the blueprint, it won't appear on the live copies. If you do a rollout of the blueprint with the…
ololololo
  • 1
  • 1
0
votes
3 answers

What is the preferred way to do a mouse rollover/rollout detection in Flash with AS3

Suppose we have a stage with two squares, like so: Suppose we'd like the yellow square to be initially hidden, and we'd like that as long as the mouse cursor is inside the bounds of the red square - the yellow square will be visible, and as long as…
Yuval A.
  • 5,849
  • 11
  • 51
  • 63
0
votes
1 answer

IBM Websphere deployment using wsadmin to rollout updates in High availability environment

We are currently deploying applications to cluster via WAS admin console. After updating the Application we Rollout updates instead of Saving the configurations. This rolls out the application server by server so that the application is continuously…
0
votes
0 answers

Argo Rollout Canary Deployment does not work with readiness gates if number of pods is high

I am using Amazon EKS and deploying different services which their pods utilizes readiness gates of ALB controller. My deployment uses Argo Rollout. I have three different service which has 6, 8 , 36 pods. The services having 6 and 8 pods have no…
xywz
  • 45
  • 1
  • 5