Mordsith
CCConvex Community
•Created by Mordsith on 9/28/2024 in #support-community
Type inference issue with newly added routes
hnotes imports
@api
.. exisiting apis imported from api
are type correctly but new functions are not typed correctly5 replies
CCConvex Community
•Created by Mordsith on 9/28/2024 in #support-community
Type inference issue with newly added routes
More info: Turbo Monorepo
convex exists in another directory named
api
, imported with type alias @api/
5 replies
CCConvex Community
•Created by Mordsith on 9/28/2024 in #support-community
Custom query with default argument
Thank you @erquhart @jamalsoueidan
5 replies
CCConvex Community
•Created by Mordsith on 9/20/2024 in #support-community
Convex Auth Typescript Error with Vercel
Temporary workaround
9 replies
CCConvex Community
•Created by Mordsith on 9/20/2024 in #support-community
Convex Auth Typescript Error with Vercel
More info:
9 replies
CCConvex Community
•Created by Mordsith on 9/20/2024 in #support-community
Convex Auth Typescript Error with Vercel
@sshader Error still persists on vercel after upgrading to version 0.0.69
9 replies
CCConvex Community
•Created by Mordsith on 9/20/2024 in #support-community
Convex Auth Typescript Error with Vercel
9 replies
CCConvex Community
•Created by Mordsith on 9/20/2024 in #support-community
Convex Auth Typescript Error with Vercel
9 replies
CCConvex Community
•Created by Mordsith on 8/6/2024 in #support-community
Conex Auth fatal error
That fixed it
4 replies
CCConvex Community
•Created by Mordsith on 8/6/2024 in #support-community
Conex Auth fatal error
Thank you @Michal Srb
4 replies
CCConvex Community
•Created by Mordsith on 7/2/2024 in #support-community
Schedulers with priority
@jamwt This is for schedulers...
The flow is like this
Azure Task Complete -> Trigger Convex Webhook URL -> Schedule a task to run
7 replies
CCConvex Community
•Created by Mordsith on 7/2/2024 in #support-community
Schedulers with priority
@ampp No particular reason, I never considered it since it's small volume of requests at the moment. I'll add this to my setup
7 replies
CCConvex Community
•Created by Mordsith on 7/6/2024 in #support-community
ConvexTest setup error
More contexts... Project is a monorepo
5 replies
CCConvex Community
•Created by Mordsith on 7/6/2024 in #support-community
ConvexTest setup error
I think this may be the source of my problem
5 replies
CCConvex Community
•Created by Mordsith on 7/6/2024 in #support-community
ConvexTest setup error
The
convex-test
package documentation is missing important information like how to use the second parameters if your functions are in nested folders.5 replies
CCConvex Community
•Created by Mordsith on 6/19/2024 in #support-community
Database seed with 70,000 items
31 replies
CCConvex Community
•Created by Mordsith on 6/19/2024 in #support-community
Database seed with 70,000 items
31 replies
CCConvex Community
•Created by Mordsith on 6/19/2024 in #support-community
Database seed with 70,000 items
31 replies
CCConvex Community
•Created by Mordsith on 6/19/2024 in #support-community
Database seed with 70,000 items
@lee
getDiagnosisByCode
uses an index by_code
The batch solution worked for me and it was way faster. Thank you very much. I batched with 1000, this creates 70 scheduled functions. Each of the function run a loop of 1000 items that adds the mutation. All 70k items are in.
Are there any violations with using schedulers like this?31 replies
CCConvex Community
•Created by Mordsith on 6/19/2024 in #support-community
Database seed with 70,000 items
31 replies