Live data from Hacker News

Delegating tasks to Fly Machines

fly.io

1–3 of 3 posts

Re: Delegating tasks to Fly Machines

#2
You can run fly machines on a schedule e.g:

> 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...