Hey! We're seeing a lot of Sentry errors from IP 216.235.222.4 hitting our Convex deployment. IPInfo shows it's owned by Convex, Inc. running on AWS (AS14618).
The requests are calling our functions directly (queries and actions like games:getThreadMessages, campaigns/custom/campaign:runAgent) with edge-case inputs, generating errors like:
"There are no available workers to process the request" "Function execution timed out (maximum duration: 600s)" "Message not found" Is this Convex's own internal health checking / load testing infrastructure? Should we expect these errors, and is there a way to filter them out or should we just ignore them in our error tracking?