Revert "feat(platform): add py-spy profiling support"

This reverts commit c168277b1d.
This commit is contained in:
Zamil Majdy
2025-08-12 13:53:58 +07:00
parent c168277b1d
commit 6c34790b42
2 changed files with 0 additions and 13 deletions

View File

@@ -47,7 +47,6 @@ prisma = "^0.15.0"
prometheus-client = "^0.22.1"
psutil = "^7.0.0"
psycopg2-binary = "^2.9.10"
py-spy = "^0.4.0"
pydantic = { extras = ["email"], version = "^2.11.7" }
pydantic-settings = "^2.10.1"
pytest = "^8.4.1"

View File

@@ -59,8 +59,6 @@ services:
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["python", "-m", "backend.rest"]
cap_add:
- SYS_PTRACE
develop:
watch:
- path: ./
@@ -109,8 +107,6 @@ services:
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["python", "-m", "backend.exec"]
cap_add:
- SYS_PTRACE
develop:
watch:
- path: ./
@@ -158,8 +154,6 @@ services:
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["python", "-m", "backend.ws"]
cap_add:
- SYS_PTRACE
develop:
watch:
- path: ./
@@ -201,8 +195,6 @@ services:
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["python", "-m", "backend.db"]
cap_add:
- SYS_PTRACE
develop:
watch:
- path: ./
@@ -229,8 +221,6 @@ services:
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["python", "-m", "backend.scheduler"]
cap_add:
- SYS_PTRACE
develop:
watch:
- path: ./
@@ -288,8 +278,6 @@ services:
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["python", "-m", "backend.notification"]
cap_add:
- SYS_PTRACE
develop:
watch:
- path: ./