Is there a recommended way I could wrap all mutations in my convex backend with some rate limiting? should I just use convex helpers and abstract the mutation function with my own custom one with some rate limiting by userId?
just looking for suggestions. I guess I'd hate for someone to abuse my system and add in millions of images or records with a script or something.