- I see on Fly.io Billing Usage, my Fly Builder thus far has almost 5GB of outbound data usage. Are we currently charged for this usage? Are we charged for Fly Builder hours (I do see that this is always pegged at 0 hours)?
- I ran into an issue recently where my Fly Builder ran out of space
ERROR: failed to export: failed to write image to the following tags: ... no space left on device
. I simply destroyed the builder withflyctl destroy
and re-deployed. Fly created a new builder without issue, and the deploy succeeded. Is this alright?
Thanks!