dmulligan
dmulligan
NNovu
Created by dmulligan on 10/6/2023 in #💬│support
MongoDB : Jobs table - High number of records returned
I noticed that we have 750k records in the jobs table in MongoDB, the vast majority are marked with state of 'complete'. We have noticed that we have a high load on our AWS DocumentDB and were wondering if we could safely delete the completed job records? On the side, why are we seeing around 10k records getting read per minute? This happens non-stop over night when the system is not seeing much use.
11 replies
NNovu
Created by dmulligan on 9/4/2023 in #💬│support
Postmark email issue
Hi guys, I've noticed an issue with sending emails using Postmark. When I setup Postmark as the email provider, I do receive the 'Checking Integration' initial email and notice it getting sent via our network correctly. However, using the very simplest workflow with a basic email, no parameters whatsoever, the email does not get sent and I instead receive the following error.
17 replies
NNovu
Created by dmulligan on 7/17/2023 in #💬│support
Slow down in performance / Redis / self host
Hey, we've got a staging and production setup of Novu running on AWS ECS. When we've tested and tweaked things in the staging environment, we simply push the docker image to production and get it up and running there. But, here's the thing: lately, we've noticed that the production instance (which isn't heavily used right now) tends to slow down over time. Certain endpoints like feed and markAs take up to 40 seconds to complete, even for users with less than ten notifications. However, we stumbled upon something interesting today. We found that if we restart our Redis instance (which we don't normally do during deployments), Novu instantly becomes more responsive. I am unsure if the slow down is something that happens over time on its own, or if it is related to not restarting Redis when a new deployment takes Anyway, just wanted to share this observation with you. Let me know if you have any thoughts or suggestions.
7 replies
NNovu
Created by dmulligan on 7/17/2023 in #💬│support
@novu/shared tweaks
Guys, I noticed a problem with the getContextPath function in the @novu/shared library. Back in version 0.12 I just tweaked that file with the required changes and completed a docker build and everything worked. Happy days. However, I have jumped to Novu version 0.16 and the same fix no longer works. In fact it appears that the tweaks version is no getting included in the build at all! Before, with version 0.12, my tweaked code was getting included in the resulting build/static/js/main.xxx.js file (and map file). However now, the code that is included is the same code from the original Novu repo (not my tweaks code) which is no longer present in my local repo / env when I am building the docker image! One other item to note, is that I do not change the version number of the @novu/shared library in my local repo, I keep everything the same as before Is the @novu/shared library that is getting included in my docker build getting pulled from the internet and not getting build locally?
18 replies
NNovu
Created by dmulligan on 11/7/2022 in #💬│support
Template variables
15 replies