rhys1790
CCConvex Community
•Created by rhys1790 on 10/11/2024 in #support-community
Cancel Running Action
Hi folks, is there a way to cancel a long running action? It is not scheduled and I can't see anything in the dashboard UI to cancel it.
5 replies
CCConvex Community
•Created by rhys1790 on 9/13/2024 in #support-community
Querying for random record
I was wondering if there is a standard way for querying for a random record.
Some ways I have thought about achieving this:
- Counting number of records and generating a number between 0 - n (falls over on deleted records and relies on a lengthy count call)
- Creating indexes that reoorder and then query the indexes.
45 replies
CCConvex Community
•Created by rhys1790 on 1/25/2024 in #support-community
Video Calling support
I am looking into integrating video calling into a web app I am building that uses Convex. Seeing as Convex uses web sockets, I was wondering if video streaming support over sockets was supported? If not, I was wondering if anyone has any suggestions to use for this. Unfortunately, it looks like Vercel does not support web sockets if I was to implement it using socket io.
2 replies