Hi All, I have been doing a load test on WSO2 AppFactory where I'm trying to create 15 apps in 15 threads with a rampup period of 10sec.(There is not if we increase the ramup period)
I was able to create ~5 apps and the rest app creation failed due to s2git repo not synced for the next application push. So we implemented a pull and rebase before push if its failed in the first push try, With this solution we could able to create minimum of 10 application in each try. The rest of the apps are failing because of below fact. Say 11th application being pushed(not commited), at the same time 12th application get pull of the tenant repo space, So it will not have 11th application's update. Now 11th push has been completed and now 12th application push failing as it doesn't have the updated tenant repo space. So I tried to synchronized the remote repo URL and noticed the success application creation went down further (6 or 7 application success). Anyhow synchronizing is not a good approach as this will reduce the performance. Any suggestions to overcome this issue would be much appreciated. Thanks & Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636
_______________________________________________ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev