appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.21k stars 3.7k forks source link

[Bug]: Appsmith container getting killed #36907

Open malayh opened 1 week ago

malayh commented 1 week ago

Is there an existing issue for this?

Description

I am using this: https://github.com/appsmithorg/appsmith/blob/release/deploy/helm

My Appsmith container receives a SIG_TERM periodically. Because of this, I have lost some progress.

Unrelated question: Is there a reason for https://github.com/appsmithorg/appsmith/blob/release/deploy/helm/templates/statefulset.yaml to be statefulset instead of Deployment?

Steps To Reproduce

  1. Run App smith with helm
  2. The app-smith-0 container gets repeatedly killed

Public Sample App

No response

Environment

Production

Severity

Medium (Frustrating UX)

Issue video log

No response

Version

Self hosted 1.44

pratapaprasanna commented 5 days ago

hey @malayh is this happening during the startup or while using appsmith ? can you elaborate ?

Unrelated question: Is there a reason for https://github.com/appsmithorg/appsmith/blob/release/deploy/helm/templates/statefulset.yaml to be statefulset instead of Deployment?

We have docs on deploying appsmith as a deployment here you can refer them to deploy appsmith as a k8s-deployment

malayh commented 5 days ago

hey @malayh is this happening during the startup or while using appsmith ? can you elaborate ?

@pranavkanade It happens randomly; it suddenly gets killed and then k8s starts it again. It happens mostly when editing the app, I haven't noticed it much when using the app.