question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Execution takes too long and gets canceled

See original GitHub issue

Describe 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.

Screenshot 2021-11-08 at 15 50 20

Screenshot 2021-11-08 at 15 49 50

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:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

3reactions
shubhwickedcommented, Dec 2, 2021

The same problem happened to me, processed for more than 5 hours and got failed. Screenshot 2021-12-02 at 10 58 19 AM

1reaction
ph1ashcommented, May 27, 2022

It seems to come and go, I’m wondering if it’s an issue on Google’s end. Does it happen consistently for anyone?

No longer running into that issue and didn’t change anything… 🤔

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found