Am I right with this calculation of a cost of $4.15 per month for a Durable Object to run 24/7? ```
Am I right with this calculation of a cost of $4.15 per month for a Durable Object to run 24/7?
86400 seconds x 128 MB = 11059200
11059200 / 1000 (1GB) = 11059.2
11059.2 x 30 (30 days) = 331776
331776 / 1000000 (million) = 0.331776
0.331776 x $12.50 = $4.1472wrangler pages dev will pull from it though.logger.Drain() looking like:draining logs! log, but not the done! log. I've also tried returning the googleDestinationFunction log directly (which also contains logs that I do not see) and it just seems like the DO is exiting once the promise starts running... It is my understanding that the DO should let any other promises run the in background, correct?workers_dev route, so the Worker itself cannot incur any Requests.wrangler.toml.export class MyDOClass, but if it doesn't just add the export default {}.wrangler should be able to connect to a DO automatically. If you run wrangler dev in your Worker, and then wrangler pages dev dist --do BINDING=MyDOClass, they should be able to link together...async (lines) => {
console.log("draining logs!")
await googleDestinationFunction(lines, c.env)
console.log("done!")
}