james
james
CCConvex Community
Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
basically it'll be possbile to have basic hosting layered on top of Convex but we don't currently plan to have a first-class CDN-based hosting platform like Netlify/Vercel
23 replies
CCConvex Community
Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
Components should ship in a few weeks
23 replies
CCConvex Community
Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
No immediate plans but one of our engineers has a demo of a Convex Component that includes hosting via http actions
23 replies
CCConvex Community
Created by kennethlynne on 8/31/2024 in #support-community
Uptime monitoring
lmk if you specifically need healthz and we can likely add it
6 replies
CCConvex Community
Created by kennethlynne on 8/31/2024 in #support-community
Uptime monitoring
6 replies
CCConvex Community
Created by kennethlynne on 8/31/2024 in #support-community
Uptime monitoring
hi @kennethlynne we don't currently export a healthz endpoint but you can use /instance_name if that works for your use-case
6 replies
CCConvex Community
Created by EnderTheNetrunner on 8/29/2024 in #support-community
Reporting Possible Security Concerns
we always appreciate feedback so the policy above is mostly just to discourage blanket "best practice" submissions (e.g., SPF records) that don't apply specifically to convex
8 replies
CCConvex Community
Created by EnderTheNetrunner on 8/29/2024 in #support-community
Reporting Possible Security Concerns
if you'd prefer not to email security@convex.dev directly let's DM and we can set up a PGP key or something. we don't typically use one for reports but can set this up if needed
8 replies
CCConvex Community
Created by EnderTheNetrunner on 8/29/2024 in #support-community
Reporting Possible Security Concerns
with regards to general vulnerability reports we typically enact this policy: 1. Scope of Eligible Vulnerabilities: Our policy rewards discovery of specific security flaws that impact the confidentiality, integrity, or availability of user data or our services. This includes issues like SQL Injection, authentication bypass, and unauthorized data exposure. 2. Out of Scope Reports: We generally do not offer rewards for best practice recommendations, hypothetical issues that rely on third-party actions, or non-exploitable findings. 3. Reporting Process: We welcome detailed reports including steps to reproduce the issue, screenshots, and video recordings, if available. These details will help us assess the vulnerability more effectively. 4. Rewards: If your discovery falls within our policy’s scope, we do offer rewards. The amount is determined based on the severity, impact, and quality of the report.
8 replies
CCConvex Community
Created by EnderTheNetrunner on 8/29/2024 in #support-community
Reporting Possible Security Concerns
hi @EnderTheNetrunner , our vulnerability disclosure info it briefly outlined at https://docs.convex.dev/production/contact but generally this involves emailing security@convex.dev
8 replies
CCConvex Community
Created by Dhruv Kumar Jha on 5/29/2024 in #support-community
Can we customize the convex public/deployment url?
Still an active project! In the process we’re redesigning our api/traffic layer to support scaling out Convex, as well as custom domains. @gautamg is working on both and we’ll give an update when they start rolling out.
12 replies
CCConvex Community
Created by Hosna Qasmei on 2/28/2024 in #support-community
_creationTime schema setup
Apologies for this causing issues. The problem was us using a slightly stale creation time on idle backends where there hadn't been any intervening writes to advance time forward. The time still advanced monotonically but the drift from wallclock time certainly could cause confusion. We just rolled out a fix so that you should always see the latest timestamp.
51 replies
CCConvex Community
Created by Dhruv Kumar Jha on 5/29/2024 in #support-community
Can we customize the convex public/deployment url?
we're actively working on it right now, along with a lot of other things of course, so expect to have this ready in around a month
12 replies
CCConvex Community
Created by Dhruv Kumar Jha on 5/29/2024 in #support-community
Can we customize the convex public/deployment url?
the plan is that this would be purely for production deployments since these are the ones that are actually serving customer traffic and behind a custom domain. dev/preview deployments will just have the convex backend domain name
12 replies
CCConvex Community
Created by Dhruv Kumar Jha on 5/29/2024 in #support-community
Can we customize the convex public/deployment url?
there will be no additional latency re the routing, DNS requests to the subdomain will go straight to convex servers not proxied through your hosting provider
12 replies
CCConvex Community
Created by Khalil on 4/9/2024 in #support-community
recommendations for storing data used for analytics in Convex?
let us know if this answers your question or if you have a more specific use-case
7 replies
CCConvex Community
Created by Khalil on 4/9/2024 in #support-community
recommendations for storing data used for analytics in Convex?
longer-term we'll also add built-in support within Convex to run slower analytics queries on a snapshot of your data
7 replies
CCConvex Community
Created by Khalil on 4/9/2024 in #support-community
recommendations for storing data used for analytics in Convex?
or depending on your application if you want to query aggregated data in the live path then you could keep those aggregates up to date dynamically
7 replies
CCConvex Community
Created by Khalil on 4/9/2024 in #support-community
recommendations for storing data used for analytics in Convex?
hi @Khalil it's fine to store thousands of records in Convex and ideally you'd just structure your data in the most ergonomic style for you that said, if you want to run real large batch analytics queries then neither postgres or Convex would be the best fit for these in general it's not great to mix low-latency customer facing queries (OLTP) with larger slower batch-style analytics queries (OLAP) the best approach for now would be to use streaming export from Convex into something like databricks/snowflake/bigquery/etc: https://docs.convex.dev/production/integrations/streaming-import-export
7 replies
CCConvex Community
Created by milk enjoyer on 1/17/2024 in #support-community
Connection lost while action was in flight when using node "https"
Thanks for jumping in Tom. Yeah we’re actively working on surfacing error messages more clearly.
38 replies