Michael Holopainen
Michael Holopainen
I created sample project for the issue. I have not tested it that it actually runs, but it at least demonstrates the structure https://gitlab.com/mike06/public/apigee-paraller-deploy-sample Failure is random, but on thread...
I updated the sample little bit. I also added the Maven warning about threads [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project...
@ssvaidyanathan I added your fixes to repo. Thanks. I forgot to mention that parallel deploy run might not fail on empty apigee. Because errors were about revisions. When the deploy...
@ssvaidyanathan About ratelimit, what about adding plugin option for poll rate ? At what rate does the plugin now poll Apigee ? Does Apigee give specific error on rate limit...
There is a throttling trick I have used in polling, instead of running immediately and sleeping for pollRate. I start the poll on even clock seconds of the pollRate. Setting...
yes, I closed by mistake
@ssvaidyanathan I was consistently getting 404 error when they plugin tried to retrieve the revisions for sharedflow or proxy. I updated the Gitlab sample to 2.5.1 and I updated the...
On both 2.5.0 and 2.5.1 errors are always something like ``` [ERROR] Failed to execute goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:2.5.0:deploy (deploy-bundle) on project shared-request-player: MojoExecutionException: com.google.api.client.http.HttpResponseException: 404 Not Found [ERROR] { [ERROR] "error":...
@ssvaidyanathan Sorry, like I said earlier, I can not run the sample on Apigee. As Apigee instances require (very expensive) license I do not have playground Apigee instance. I only...
@ssvaidyanathan I got permission to run my sample in customer's Apigee. I let you know the result when I can run it.