-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delivery retry does nothing after a server error #1157
Comments
Hmmm, I guess there's bad cache invalidation. Running clean will force it to retry. |
That's what I guess too. Any possibilities to re-run publish without this overkill clean command? |
There's some edit-id file we generate, I think deleting that will make it rerun. |
This issue has been automatically marked as stale because it has not had recent |
Can you please elaborate? I'm not so familiar with gradle cache control. |
This issue has been automatically marked as stale because it has not had recent |
Describe the bug
I got an app on which I used publishReleaseBundle but it fails with a 503 on commit. Any other attempts does nothing.
Then retry:
$ ./gradlew :app:publishAppReleaseBundle BUILD SUCCESSFUL in 10s
How To Reproduce
Not able to reproduce the initial condition
Versions
The text was updated successfully, but these errors were encountered: