Github action uploading built files to external server (digitalocean) is SLOW #38915
Unanswered
martinpaljak
asked this question in
Actions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Uploading really small Java libraries that should take maybe 10 seconds, consistently take minutes.
Build that takes 50 seconds on my relatively slow machine and network connection with upload takes almost 6 minutes on github action, with the upload part taking the majority (5:43 in total, 4:30 for upload)
[INFO] Uploaded to javacard: scpexe://mvn@javacard.pro/home/mvn/maven/SNAPSHOTS/com/github/martinpaljak/ctap2-transports/0.1.4-SNAPSHOT/ctap2-transports-0.1.4-20221112.090309-5.pom (1.3 kB at 94 B/s)This has been like since for a long time. I guess my paid package does not include "unrestricted upload speeds for actions" ? Or is there something wrong with the network config?
Beta Was this translation helpful? Give feedback.
All reactions