CodingWithJamal
Explore posts from serversCCConvex Community
•Created by Nerdkidchiki on 1/16/2025 in #general
Food app notifications help
If your app is a website only it would be easier to use emails or text messages for notifications. Browser push notifications do exist but the api is different for every browser and you will have to do a lot of work to make sure it never fails
3 replies
CCConvex Community
•Created by citrus on 1/12/2025 in #general
Convex YouTube Tutorials
Hey @citrus ive been developing notifications for my job with convex so if you have any questions just send a message!
3 replies
CCConvex Community
•Created by CodingWithJamal on 1/8/2025 in #general
mutation / action calling
thank you!
5 replies
CCConvex Community
•Created by CodingWithJamal on 1/8/2025 in #general
mutation / action calling
Let me rephrase:
If a convex action is called from a
mutation
function and the action fails, does the mutation fail also or will it still commit the changes?5 replies
CCConvex Community
•Created by CodingWithJamal on 1/7/2025 in #general
deployment env
okay thanks good to know
4 replies
CCConvex Community
•Created by CodingWithJamal on 1/7/2025 in #general
deployment env
glad to help 😄
4 replies
CCConvex Community
•Created by CodingWithJamal on 11/15/2024 in #support-community
How to handle the elapse of time for debounce logic in Convex?
Thank you Jamie, this code helped me see a starting point for the system I want to implement with convex.
30 replies
CCConvex Community
•Created by CodingWithJamal on 11/15/2024 in #support-community
How to handle the elapse of time for debounce logic in Convex?
And the senders are created and destroyed depending on the notification load. And the senders can be paused if needed to create a debouncing effect.
30 replies
CCConvex Community
•Created by CodingWithJamal on 11/15/2024 in #support-community
How to handle the elapse of time for debounce logic in Convex?
Okay so the senderCoordinator is a central orchestrator for notifications and the senders are like workers which get assigned task by this coordinator.
30 replies