Execution takes too long and gets canceled
See original GitHub issueDescribe the bug
I’ve been using this action to upload versions of the app to internal app sharing. Recently I’ve noticed that the upload action takes too long to finish executing and eventually gets terminated by the host.
Workflow Step Configuration
- name: Upload AppBundle to Internal App Sharing
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_JSON }}
packageName: com.***
releaseFiles: mobile/build/outputs/bundle/internal/mobile-qa.aab
track: internalsharing
mappingFile: mobile/build/outputs/mapping/qa/mapping.txt
I didn’t use debugging because it always works when I restart the job, and I didn’t manage to catch it using debug mode
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8
Top Results From Across the Web
c# - Cancel execution of command if it takes too long
The only way is to abort the thread. But don't do it. There is no guaranteed and safe way. There are such methods...
Read more >FIX: Execution of a package ends unexpectedly and status is ...
For example, a long execution of an SSIS package that lasts 2 to 3 hours ends unexpectedly, has a "Canceled" status, and has...
Read more >long time cancel process - Oracle Communities
Hello expert, I ran a complex sql for 30 minutes, without completing, I aborted it , a message window displayed as " Cancel...
Read more >Why am I getting "CANCELLED 000604 SQL execution ...
It appears that one of our support agents is already working on it. Once you do get this resolved, please take a moment...
Read more >Solved: Fix script gets cancelled due to maximum execution...
Hi,. I have this fix script to fix unassigned tickets with an assignment group. I have like around 150k records to update, but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The same problem happened to me, processed for more than 5 hours and got failed.
No longer running into that issue and didn’t change anything… 🤔