Self-hosting improvements

From a local Postgres setup guide to a YouTube self-hosting setup walkthrough, the community is enthusiastically embracing self-hosted Convex.

Guided by the feedback, the team has been cranking out improvements to the self-hosted product:

Increased function concurrency for Pro plan

We’ve significantly increased the number of functions that can run in parallel in our Professional plan. The limits for all plans are now documented for better transparency. If you’re a pro customer and need more concurrency, contact support.

Concurrency Limits

Validator utilities

Ian improved the validator utilities in the convex-helpers package. In particular, a new validate() function lets you use your validators at runtime (with some limitations).

Read more

Datadog error integration

You can now use the Sentry integration to send errors to Datadog. Basically, you set the Sentry configuration URL to a Datadog provided URL so that your errors show up in Datadog.

Read the Docs