Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
eloff
4y ago
0 comments
Save
Share
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...
0 comments
2 comments · 1 top-level
top
newest
oldest
csomar
4y ago
· 1 in thread
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.
eloff
OP
4y ago
A request per second per user is just bad architecture. You will need something like you're saying to batch processing in some way.
j
/
k
navigate · click thread line to collapse