-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Very long deployment times and logs when using appdir
#175
Comments
I have run into this issue as well. The slowness is coming from the
It is possible to speed this up! One option is to save a checkpoint every once in a while in your repo. I did so with this command: HOWEVER: You might run into another issue. If you run this action in a Every action to speed up the |
We have the same issue; it started to be slow last week. From 2min to 30+ min. No changes on our side, we're using |
I noticed mine is same, took ~ 2.5 hours as this repo has over 20,000 commits. 🥲 |
We are currently in the middle of a migration from some of our apps to a monorepo and we noticed that the deployments for those apps got infinitely slower.
It went from an average of 2min per deployment to over 5min.
The logs are also massive (8000+ lines)instead of just showing the heroku build log (< 50 lines).
BEFORE
AFTER
The text was updated successfully, but these errors were encountered: