Pijus
Pijus12mo ago

Deno Deploy

Is it possible to use only cronjobs on deno deploy?
1 Reply
cknight
cknight12mo ago
You can use the new queue API to simulate a cron job. See https://deno.land/api@v1.37.0?s=Deno.Kv&unstable=&p=prototype.enqueue and also #rfc-queues