Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support scheduled tasks #122

Open
chdsbd opened this issue Oct 28, 2021 · 9 comments
Open

Support scheduled tasks #122

chdsbd opened this issue Oct 28, 2021 · 9 comments

Comments

@chdsbd
Copy link

chdsbd commented Oct 28, 2021

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

@mlanza
Copy link

mlanza commented Nov 2, 2021

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
Copy link
Member

ry commented Nov 2, 2021

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
Copy link

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
Copy link

isaced commented Nov 30, 2022

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

@shevernitskiy
Copy link

Still waiting, still hope:)

@jonathanstanley
Copy link

related: #143 (comment)

@lloydjatkinson
Copy link

Has this been considered any further?

@Smidgens
Copy link

Smidgens commented Oct 4, 2023

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
Copy link

Jolg42 commented Dec 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants