ChanchanaC
Convex Community8mo ago
18 replies
Chanchana

Does Convex count updates from query as function calls?

For example, if we call query function and it triggers 10 updates (there's 10 mutations happening that cause the query to send updates to clients), would this incur cost as 1 function call or 10?

I presume that the cost is only 1 function call so it doesn't matter how many times this websocket connection sends updates.
Was this page helpful?