MP
MP
NNovu
Created by AN1RUDH on 9/29/2024 in #💬│support
Novu is slow even after creating indexes
We sends about 15 to 17 thousand notification per day
22 replies
NNovu
Created by AN1RUDH on 9/29/2024 in #💬│support
Novu is slow even after creating indexes
Hi @AN1RUDH You can find suggested indexes in schema.ts file apply those index for all the available collections. this is how I fixed this issue!
22 replies
NNovu
Created by MP on 10/3/2024 in #💬│support
"Sending message failed due to \"Operation is not implemented, or supported, or enabled. Raw server
Hi @Pawan Jain , I made some change in code and created own images for api and worker. Is there any other why I can fix this issue ?
4 replies
NNovu
Created by MP on 10/3/2024 in #💬│support
"Sending message failed due to \"Operation is not implemented, or supported, or enabled. Raw server
@Support as mentioned in this https://github.com/novuhq/novu/pull/6488/files#diff-3553fc766756fb977edd9560e25cd13d2f8e0eb268a1f91760ad298482766b75 commit is apps/api/src/app/subscribers/dtos/update-subscriber-channel-request.dto.ts file changes can fix this issue ? or do I need to use the latest image version ?
4 replies
NNovu
Created by MP on 6/20/2024 in #💬│support
Slowness
Thanks for the support @Dima Grossman 😇
20 replies
NNovu
Created by MP on 6/20/2024 in #💬│support
Slowness
Thanks @Dima Grossman , Is there any other places where I can add indexes to improve performance? Shall I increase the QUEUE_CHUNK_SIZE from default?
20 replies
NNovu
Created by MP on 6/20/2024 in #💬│support
Slowness
No description
20 replies
NNovu
Created by MP on 6/20/2024 in #💬│support
Slowness
No description
20 replies
NNovu
Created by MP on 4/4/2024 in #💬│support
How to use Subscribers custom data inside html template using Handlebars
Yes @Pawan Jain, its synced with novu db
19 replies
NNovu
Created by MP on 4/4/2024 in #💬│support
How to use Subscribers custom data inside html template using Handlebars
@Pawan Jain If a user is using an old version, I want to send a push notification to update the app. However, I don't want to send the same push notification repeatedly to the same user every day if they're still using the old version.
19 replies
NNovu
Created by MP on 4/4/2024 in #💬│support
How to use Subscribers custom data inside html template using Handlebars
@Pawan Jain Its group of subscribers using broadcast API with step conditions
19 replies
NNovu
Created by MP on 4/4/2024 in #💬│support
How to use Subscribers custom data inside html template using Handlebars
@Pawan Jain @Ask Inkeep I want to know is there any option available for to find out if student already received email from one particular workflow? my use case will be like I don't want to send same emails to students who already received the notification ?
19 replies
NNovu
Created by MP on 4/4/2024 in #💬│support
How to use Subscribers custom data inside html template using Handlebars
Thanks
19 replies
NNovu
Created by MP on 4/4/2024 in #💬│support
How to use Subscribers custom data inside html template using Handlebars
Hi @Pawan Jain , Yes its working
19 replies
NNovu
Created by MP on 3/18/2024 in #💬│support
Local setup using Docker.
Thanks for the details @Pawan Jain, I'm facing some error when i try to build api using pnpm build:api. what is the recommended pnpm version ?
10 replies
NNovu
Created by MP on 3/18/2024 in #💬│support
Local setup using Docker.
@Pawan Jain Thanks for the response, I've successfully finished setting up my local environment. I'm currently analyzing our use case and could use your assistance. Here's the scenario: We need to send notifications to users who completed an activity today. What's the optimal method for sending these notifications? Unfortunately, using broadcast isn't feasible because it queues all users, while we only need to target around 10 or 20 users out of a larger user base of over a lakh. Additionally, using topics isn't practical as the user data changes dynamically every day, making it impractical to manually add or remove users daily. Instead, we have a flag to indicate eligibility. What would be the most effective approach for achieving this? Can we accomplish this using Novu?
10 replies