Rust project deploy runs `cargo run`, eventually times out

When deploying a Rust private service, it builds the repo and deploys it. But it never stops deploying and runs the executable until the deploy times out.

Turns out, as mentioned here (Deploy of Docker as private service fails with timeout). I did not want to start a Private Service, but a Background Worker.

That should fix my problem!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.