On https://github.com/boostorg/json we have noticed very slow Github Actions times such as "Total duration: 6h 8m 47s" This is very likely caused by Github throttling jobs. https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing... mentions limits of between 20 and 180 which would apply to the entire boostorg account. A reminder to any boost developers who are seeing slow processing time that they may use Drone CI, instructions at https://github.com/boostorg/boost-ci
On 12/10/2022 15:57, Sam Darwin via Boost wrote:
On https://github.com/boostorg/json we have noticed very slow Github Actions times such as "Total duration: 6h 8m 47s"
This is very likely caused by Github throttling jobs. https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing... mentions limits of between 20 and 180 which would apply to the entire boostorg account. A reminder to any boost developers who are seeing slow processing time that they may use Drone CI, instructions at https://github.com/boostorg/boost-ci
We use both, but yes, Github actions have dropped off a cliff in recent days. John.
On 10/12/22 17:57, Sam Darwin via Boost wrote:
On https://github.com/boostorg/json we have noticed very slow Github Actions times such as "Total duration: 6h 8m 47s"
This is very likely caused by Github throttling jobs. https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing... mentions limits of between 20 and 180 which would apply to the entire boostorg account. A reminder to any boost developers who are seeing slow processing time that they may use Drone CI, instructions at https://github.com/boostorg/boost-ci
There are quite a few deprecation warnings in the Actions page. Not sure if this is the cause, but at least when CI image is deprecated GitHub throttles the CI jobs.
On Oct 12, 2022, at 10:10 AM, Andrey Semashev via Boost
wrote: There are quite a few deprecation warnings in the Actions page. Not sure if this is the cause, but at least when CI image is deprecated GitHub throttles the CI jobs.
I have opened PRs on some of the libraries but the solution is replacing instances of actions/checkout@v2 with actions/checkout@v3. Matt
participants (4)
-
Andrey Semashev
-
John Maddock
-
Proton
-
Sam Darwin