emk / heroku-buildpack-rust

A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.
522 stars 186 forks source link

Timeout on Build #56

Closed KindaSloth closed 3 years ago

KindaSloth commented 3 years ago

Hi guys, I'm trying to deploy an api made with actix and I'm having problems with timeout during build, does anyone know how I can increase this timeout or how to solve my problem ? print of the log: https://twitter.com/KindSloth/status/1408551910123126785/photo/1

RogueMacro commented 3 years ago

Did you find a solution? I'm also having this problem just with rocket, where it will get stuck at Compiling rocket_codegen

KindaSloth commented 3 years ago

I ended up not finding a solution, so I used docker for deploy my application

emk commented 2 years ago

Docker is, indeed, an excellent choice for anything complicated.