Comment on Delegating tasks to Fly MachinesComments−albertgoeswoof2yYou 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...
Comments
You can run fly machines on a schedule e.g:
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...