Content
@
0 reply
0 recast
0 reaction
artifice
@artifice
Pain to deploy scheduled Rust job in the cloud (not a webserver, just a script I want to run daily) - compiling for DigitalOcean Ubuntu failed even w/ cross - Fly scheduled runs don't give true cron functionality Ended up going with Render cron jobs, but does anyone have a better way to do this?
1 reply
0 recast
1 reaction
Will
@wg
For Linux I recommend using `—target x86_64-unknown-linux-musl`, that’ll create a statically linked binary that doesn’t depend on system libraries and will run on basically any distro
0 reply
0 recast
1 reaction