←back to thread

285 points ajhit406 | 1 comments | | HN request time: 0.221s | source
Show context
braden-lk ◴[] No.41833493[source]
Durable objects seem so cool but the pricing always scares me. (Specifically, having to worry about getting hibernation right.) They’d be a great fit for our yjs document based strategy, but while everything in prod still works on plain ol redis and Postgres, it’s hard to justify an exploration.
replies(3): >>41833710 #>>41833761 #>>41835916 #
1. ignoramous ◴[] No.41833710[source]
> Specifically, having to worry about getting hibernation right.

As long as the client doesn't exchange websocket messages with DO, it'll hibernate. From what I can tell, ping/pong frames don't count towards uptime, if you're worried about that.