-
Hello, long time user of your project. I have been facing a very peculiar issue which seems to keep coming back on a frequent basis. I run a custom fork of Remark42 on an AWS EC2 instance, which has The fork doesn't have any custom processing logic, it is just some frontend changes and a new import command for adding MSN comments. There is no pattern found when the downtime have occurred and I have been scaling up instance type but it is still persisting. To give context about traffic, the website has been having pageviews in the range of 500k-2M, and we use <iframe> tag to render the comment interface. I need guidance as to how can I detect the issue or reduce the downtime. If I am using orchestration like Kubernetes, how can I ensure that the database statefulness is maintained across all nodes? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The troubleshooting should be done for the EC2 setup, not Remark42. You should probably reach out to AWS support and ask them to help with this diagnostic. From what I see in your monitoring graphs, it looks like you are using some T-family instances and are running out of credits. If this is the case, you can configure your instance to automatically increase the balance; it has an option for this. |
Beta Was this translation helpful? Give feedback.
The troubleshooting should be done for the EC2 setup, not Remark42. You should probably reach out to AWS support and ask them to help with this diagnostic. From what I see in your monitoring graphs, it looks like you are using some T-family instances and are running out of credits. If this is the case, you can configure your instance to automatically increase the balance; it has an option for this.