My first question when I am considering a product like this is how can I get an email when there's an error in my application. Why isn't that in the top level feature list of everything like this, or am I unusual in thinking that this is an essential feature of any hosting system?
Deno Cron
21–30 of 190 posts
Re: Deno Cron
#22Does it work locally?
Re: Deno Cron
#23My first question when I am considering a product like this is how can I get an email when there's an error in my application. Why isn't that in the top level feature list of everything like this, or am I unusual in thinking that this is an essential feature of any hosting system?
Re: Deno Cron
#24hey, andy from the deno team here. we're really excited to land this. happy to answer any questions or pass questions along to the team!
how does it works on self-hosted environment?
Re: Deno Cron
#25My first question when I am considering a product like this is how can I get an email when there's an error in my application. Why isn't that in the top level feature list of everything like this, or am I unusual in thinking that this is an essential feature of any hosting system?
I've started tossing https://ntfy.sh/ alerts into my Deno apps to get push notifications for things I'm interested in
Re: Deno Cron
#26Earlier quoted context omitted.
Any plans for an SQL db service?
we've gotten a bunch of interest for this and the team is discussing it :)
Re: Deno Cron
#27Nice, I was just wondering if there was an opportunity for a product similar to vercel for batch jobs. This isn't quite that but close. From my experience there 5 main components for larger scale system. - Request server - database - queue - background worker - offline batch jobs I feel like so far serverless has the first 3 fairly well developed but the last two are still underdeveloped. But maybe I'm just not aware…
Re: Deno Cron
#28Nice, I was just wondering if there was an opportunity for a product similar to vercel for batch jobs. This isn't quite that but close. From my experience there 5 main components for larger scale system. - Request server - database - queue - background worker - offline batch jobs I feel like so far serverless has the first 3 fairly well developed but the last two are still underdeveloped. But maybe I'm just not aware…
EventBridge + Lambda or ECS gets you pretty far for the last two imo
Re: Deno Cron
#29Earlier quoted context omitted.
I've started tossing https://ntfy.sh/ alerts into my Deno apps to get push notifications for things I'm interested in
My wife has had good luck using Pushover [1], which seems similar. I wonder how these services compare? [1] https://pushover.net/
Re: Deno Cron
#30hey, andy from the deno team here. we're really excited to land this. happy to answer any questions or pass questions along to the team!