nnichols / clojure-dependency-update-action

[MAINTENANCE ONLY]: A simple GitHub Actions job to create Pull Requests for outdated dependencies in clojure projects
MIT License
40 stars 7 forks source link

Action takes hours to complete #15

Closed ericdallo closed 2 years ago

ericdallo commented 2 years ago

Bug Report

Describe the Bug

The bump action takes more than 2 hours to complete on clojure-lsp repo, example This makes github delays to spawn some other actions as clojure-lsp has lot of actions on a free tier

Steps to Reproduce

Expected Behavior

Expect to take way less time to avoid multiple running tasks from different commits on master.

User Information

Additional Context

Add any other context about the problem here.

ericdallo commented 2 years ago

c/c @nnichols

nnichols commented 2 years ago

This appears to be running in a normal allotment of time across the repositories I've checked. I believe a combination of eliminating GH action checks, caching the loaded dependencies, and stability enhancements to clojars have brought things back to a normal level. Please let me know if it occurs again!