top | item 39450925 Delegating tasks to Fly Machines 22 points| ajsharp | 2 years ago |fly.io 2 comments order hn newest albertgoeswoof|2 years ago You can run fly machines on a schedule e.g:> fly machine run . -a app-name --schedule weekly --restart no --region cdgWhich means you can use them like a cron job for maintenance tasks. We use it to renew our ssl certs on our smtp servers every week. Works flawlessly https://blog.mailpace.com/blog/fly-machines-automating-certi... kkfx|2 years ago Hem... Plan 9 cpuservers rediscovered in less universal and limited shape?
albertgoeswoof|2 years ago You can run fly machines on a schedule e.g:> fly machine run . -a app-name --schedule weekly --restart no --region cdgWhich means you can use them like a cron job for maintenance tasks. We use it to renew our ssl certs on our smtp servers every week. Works flawlessly https://blog.mailpace.com/blog/fly-machines-automating-certi...
albertgoeswoof|2 years ago
> fly machine run . -a app-name --schedule weekly --restart no --region cdg
Which means you can use them like a cron job for maintenance tasks. We use it to renew our ssl certs on our smtp servers every week. Works flawlessly https://blog.mailpace.com/blog/fly-machines-automating-certi...
kkfx|2 years ago