How do dynos consume hours?
- Given that I have a 1000 hour quota, if I only have a single dyno in a project, does that mean I will never go over my quota? (As the dyno hours / day exceeds 24 in that case)
- Can I host a JSON file and have it be requested by another domain (or a localhost)? How is this affected by the 30-minute timeout? Will it take longer for the request to be handled?
- If I plan on having a Node.JS server requesting information from a Google Sheet via the Google Sheets API, then updating a JSON file with that information, can one do that within a single dyno?