deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

Support scheduled tasks

Open chdsbd opened this issue 3 years ago • 9 comments

It would be great if I could schedule a project to run on a schedule.

chdsbd avatar Oct 28 '21 23:10 chdsbd

I'd argue no serious system will get by without intermittent background jobs. I'm sure there are options for implementing this, but using the docs to make the concern a low-hanging fruit would be helpful.

mlanza avatar Nov 02 '21 14:11 mlanza

Yes, we want to do this. We are researching support for cron jobs and/or background workers. But no estimate yet of when this will be supported.

ry avatar Nov 02 '21 14:11 ry

Any update on this? Like the closed #224 mentioned, CloudFlare Workers are a good way to implement this, I would love a native Deno Deploy integration.

ericlery avatar Nov 29 '22 19:11 ericlery

Yes, it would be great if Deno Deploy could support cron jobs, i am looking forward to it. 🫶

isaced avatar Nov 30 '22 08:11 isaced

Still waiting, still hope:)

shevernitskiy avatar Sep 09 '23 07:09 shevernitskiy

related: https://github.com/denoland/deploy_feedback/issues/143#issuecomment-997841243

jonathanstanley avatar Sep 17 '23 18:09 jonathanstanley

Has this been considered any further?

lloydjatkinson avatar Sep 20 '23 18:09 lloydjatkinson

I would love this feature. It'd save me all the tedium of having to manage yet another cloud dashboard just to configure a worker that pings my Deno app periodically.

Smidgens avatar Oct 04 '23 19:10 Smidgens

Crons are now in Beta! I tried them and it works. With Crons, KV, and Queues it's getting really exciting 🎊

Here is the blog post I read where they announced it: https://deno.com/blog/cron https://news.ycombinator.com/item?id=38461121

Docs: https://docs.deno.com/kv/manual/cron

Note that they are actively seeking feedback for Deno Cron:

If you’re using it (or plan to use it) in a commercial capacity and want to connect directly to one of our engineers for technical support, please let us know via email or Discord.

Jolg42 avatar Dec 05 '23 20:12 Jolg42