faluyiHype
CCConvex Community
•Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
now I just have to figure out why my
{{org.id}}
claim isn't coming through. Seems to be a clerk related issue though since the value ends up being null despite me having a org on the user20 replies
CCConvex Community
•Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
just in time! Thanks!
20 replies
CCConvex Community
•Created by faluyiHype on 7/24/2024 in #support-community
middleware
Thinking of cases where I need to call 3rd party services like authentication/authorization/logging
6 replies
CCConvex Community
•Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
Hello is there any update on this? @ian
20 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
nice thanks for the help
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
nice
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
even within itself
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
so any internal/action you declare will be avaliable on the
internal
object34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
How do a recursively call an action? Do I have ref to the action from within itself?
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
I guess this isn't as bad of an option though
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
or AWS step functions
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
Maybe this is just better handled using something like trigger.dev?
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
ideally I wanted something that would like a cron job that I could "run x action every y mins" and within x action, I could kill the cron job if it was no longer needed
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
hmm so just always scheduling actions one after the other to check status?
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
how do I say every X mins check the status of this 3rd party api?
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
but how would I poll the status of the transcode job?
34 replies
CCConvex Community
•Created by ampp on 6/7/2024 in #support-community
Server side event workers
A question I have that this article didn't seem to have unless I missed it. How do I check the status of on going long running background jobs? Say for instance I have a 3rd party API that transcodes videos. In convex, I upload the video to a storage and using the storage ID I create a mutation to a table to save this file upload id. From this mutation I then want to kick off an action, that will talk to the transcoding API and start a transcoding job. How do I monitor the status of this job so I can update some table once the job is complete? One Idea I had was to use a "one off" CRON job that polls the Transcode API every X mins that I would kill once the job is complete but that doesn't seem possible unless I'm missing something from the docs.
34 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 4/10/2024 in #support-community
Feature Request: API for checking if query/mutation/action is loading
Yeah I just wanted to make sure there wasn’t a mental model that I was missing when thinking about convex because I didn’t see slow or offline connections addressed in demos or talks
139 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 4/10/2024 in #support-community
Feature Request: API for checking if query/mutation/action is loading
Yeah for sure. I’m excited to see what else they cook up.
139 replies