Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
igorzi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
igorzi
3y ago
If you need to manipulate state - you should use Deno KV or some other persistent database. V8 isolates are created on-demand to handle Deno.cron and Deno.serve requests, potentially in different regions. You should not make assumptions tha
2.
▲
by
igorzi
3y ago
This is being worked on: https://github.com/denoland/deno/issues/21122 . Should be available with the next Deno release.
3.
▲
by
igorzi
3y ago
Yes, we're anticipating more spiky workloads because of this. Deno Deploy is already designed to handle spikes, but we also have a few additional mitigations in place for Cron. For example, we will limit concurrent dispatches for the s
4.
▲
by
igorzi
3y ago
We're gathering more feedback for supporting self-hosted cron environment. Can you describe how you would use it?
5.
▲
by
igorzi
3y ago
Not currently, but this is on the roadmap
6.
▲
by
igorzi
3y ago
It currently runs in us-east by default. Specifying a region is on our roadmap.