superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.37k stars 226 forks source link

Allow machine checks without a service #3720

Closed billyb2 closed 3 weeks ago

billyb2 commented 3 weeks ago

Change Summary

What and Why: Some customers want to be able to use machine checks for apps that only use private communications, which is a very fair use case.

How: In order to allow for this, we just allow putting machine_checks at the top level of a fly.toml

Related to: https://github.com/superfly/customer-help/issues/55


Documentation