You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I recently upgraded the hero stack from 22 to 24 and that caused the old version of this gem to stop working.
To fix it I upgraded to 0.12.6.8. The weird thing is that my slug size dramatically increased its size. Maybe it's something else, but this is the only thing I changed.
This is how the PR look like.
And here are the change in slug size.
Before:
Using release configuration from last framework (Ruby).
-----> Discovering process types
Procfile declares types -> casetracking_worker, ops_worker, plutto_worker, release, web
Default types for buildpack -> console, rake
-----> Compressing...
Done: 536.7M
-----> Launching...
! Warning: Your slug size (536 MB) exceeds our soft limit (300 MB) which may affect boot time.
Released v3328
https://plutto-kyb-staging.herokuapp.com/ deployed to Heroku
After
Using release configuration from last framework (Ruby).
-----> Discovering process types
Procfile declares types -> casetracking_worker, ops_worker, plutto_worker, release, web
Default types for buildpack -> console, rake
-----> Compressing...
! Compiled slug size: 691M is too large (max is 600M).
! See: http://devcenter.heroku.com/articles/slug-size
! Push failed
Please if you know what could be causing this let me know 🙏🏼
The text was updated successfully, but these errors were encountered:
The gem itself got much bigger between those versions because binaries for Debian 10-12 & Ubuntu 20-21 (i386/amd64/arm64) were added.
This gem has several different binaries for each version of wkhtmltopdf, so that installing this package should work for you, no matter your platform, but it's completely valid to download just the binaries you need and vendor them into your project or deploy pipeline.
Hello, I recently upgraded the hero stack from 22 to 24 and that caused the old version of this gem to stop working.
To fix it I upgraded to
0.12.6.8
. The weird thing is that my slug size dramatically increased its size. Maybe it's something else, but this is the only thing I changed.This is how the PR look like.
And here are the change in slug size.
Before:
After
Please if you know what could be causing this let me know 🙏🏼
The text was updated successfully, but these errors were encountered: