Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
slashdev
on Sept 18, 2021
|
parent
|
context
|
favorite
| on:
Reality Check for Cloudflare Wasm Workers and Rust
Workers does have a Cron like functionality. My memory is fuzzy but it's been around for a while.
https://developers.cloudflare.com/workers/platform/cron-trig...
csomar
on Sept 18, 2021
[–]
Assuming you pull results every 1 second, that's 86.4k requests a day for each potential user you have. Another solution, is it have a single CRON worker that watches for all notifications, kinda a basic implementation for a Push API.
slashdev
on Sept 18, 2021
|
parent
[–]
A request per second per user is just bad architecture. You will need something like you're saying to batch processing in some way.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://developers.cloudflare.com/workers/platform/cron-trig...