denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

Support scheduled tasks #122

Open chdsbd opened 3 years ago

chdsbd commented 3 years ago

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

mlanza commented 3 years ago

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.

ry commented 3 years ago

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.

ericlery commented 1 year ago

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.

isaced commented 1 year ago

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

shevernitskiy commented 1 year ago

Still waiting, still hope:)

jonathanstanley commented 1 year ago

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

lloydjatkinson commented 1 year ago

Has this been considered any further?

Smidgens commented 1 year ago

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.

Jolg42 commented 11 months ago

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.