We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e8ae9 commit 9110f04Copy full SHA for 9110f04
src/content/docs/containers/examples/cron.mdx
@@ -77,9 +77,7 @@ export default {
77
let container = getContainer(env.CRON_CONTAINER);
78
await container.start({
79
envVars: {
80
- LOCATION: "The Cloudflare San Francisco Office",
81
- LATITUDE: "37.780259",
82
- LONGITUDE: "-122.390519",
+ MESSAGE: "Start Time: " + new Date().toISOString(),
83
}
84
})
85
},
0 commit comments