taskExecutionstaskExecutions which has a statusstatus and startAtstartAt field with an index on them - index('by_status_startAt', ['status', 'startAt'])index('by_status_startAt', ['status', 'startAt']). During some intervals I'm inserting a lot of new documents and updating a lot of documents which have status=readystatus=ready and startAt<=current_time-500msstartAt<=current_time-500ms. These index ranges should never conflict and new inserted documents have startAtstartAt more than the current time and the updates are doing updates on documents with olders startAtstartAt. But I'm getting OCC errors almost every time. What am I doing wrong?Hi @everyone! You asked and we delivered. Actions in the Convex runtime can now run for up to 30 minutes. All deployments are automatically opted in and this doesn't require any additional configuration. Docs: https://docs.convex.dev/production/state/limits#execution-time-and-scheduling
Jordan22 Β· 5d ago
Usage limits are now live! Set warning or disable limits on any individual deployment, so your vibe-coded app can't quietly burn through your paycheck. Pick a metric (function calls, database bandwidth, compute, egressβ¦), a window (daily / monthly), and what happens when it's hit: get warned, or auto-disable the deployment before your credit card does. Set them per deployment in the dashboard. Docs: https://docs.convex.dev/production/usage-limits
chunkyboi Β· 6d ago
Dashboard got a little love this week! Check out the brand new Schema page for a visual representation of your table relationships
ari Β· 2w ago
Join the Discord to ask follow-up questions and connect with the community