DenoDDeno
Powered by
KotkoroidK
Deno•15mo ago•
11 replies
Kotkoroid

CRON on Deploy

Hey, is CRON working fine on Deploy? Maybe I don't know how to use it. I have created a file cron.ts a put there:
Deno.cron('Run once a minute', '* * * * *', () => {
console.log('Hello, cron!');
});


It deployed on prod but there is nothing in CRON tab.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Deploy Next JS app on Deno Deploy
KevinKKevin / help
2y ago
Failed deployment Deno Deploy
ssimonlpSssimonlp / help
16mo ago
Help on deploy-ea
NapNNap / help
6mo ago
WebSockets on Deno Deploy
WafflemancerWWafflemancer / help
9mo ago