Skip to content
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

[IMPROVEMENT] Improve Artifact Download (Download URLs expire after 1 minute) #683

Open
6 of 9 tasks
Tarun-Arora opened this issue Jul 18, 2022 · 1 comment
Open
6 of 9 tasks

Comments

@Tarun-Arora
Copy link
Contributor

Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

Sample platform commit (found at the bottom of each page): X.X.X

In raising this issue, I confirm the following (please check boxes, eg [X]):

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.

My familiarity with the project is as follows (check one, eg [X]):

  • I have never visited/used the platform.
  • I have used the platform just a couple of times.
  • I have used the platform extensively, but have not contributed previously.
  • I am an active contributor to the platform.

With #677, the platform now downloads the CCExtractor builds generated during GitHub workflows.

But we need to notice that documentation says that the redirect URL expires after 1 minute.

Although since CCExtractor artifact sizes are within ~15 MB currently, downloads are getting successful easily, but this could be an issue in future; if download sizes increase, the internet connection is unstable, or other similar issues.

There is a need to find a way to download the artifacts overriding this 1 minute URL expiration limit.

@Tarun-Arora
Copy link
Contributor Author

Tarun-Arora commented Jul 18, 2022

One such solution could be:
While migrating the platform to GCP, we can upload artifacts to google-github-actions.

Any other better options are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants