DATABASE_URLDATABASE_URL env var to the Supabase connection string with postgresql://.../postgrespostgresql://.../postgres (so the DB name is set to postgrespostgres), Convex complains I shouldn't include the DB name. According to the docs here, Convex expects a database called convex_self_hostedconvex_self_hosted and won't work otherwise. Problem is, I don't think Supabase lets you leave out the DB name or rename it. When I try using the connection string without the DB name, I get Error occurred while creating a new object: error connecting to server: Network is unreachable (os error 101)Error occurred while creating a new object: error connecting to server: Network is unreachable (os error 101) in the backend container logs. Any idea how to address this? Support thread linkHi @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