Hi Amalka, See my comments inline,
> > Hi, > > in the current deployment, in the tenant creation flow , when the SM > receive the create_subsciption message it creates a git repo in s2git and > then subscribe the tenant to all 3 AS instances. > This takes little more time and no response return to front end whether > that flow completed successfully. regardless of that we allow user to login > to AF home and create application. > if the git repo is not available in the s2git at that time, application > creation can be failed. > > Seems this is an edge case, do we know how much time would it take to complete the tenant flow, before one should create the first application ? We better test on this. Shall we add some logic to check whether the s2git repo is available or > not, in the beginning of application creation logic, with some waiting > logic until it creates? > WDYT? any other ideas? > Great point. Big +1 for the idea. In my understanding this case only valid for the first application creation after the tenant creation flow. So I think we should limit this logic only for the first application. Otherwise this will add some latency to the app creation. (I'm referring to the cloud deployment.) > > Thanks > Amalka > > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > Thanks, Kasun
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
