From c5a4bc6d46e427ebe0982100cde16ebf64b2f054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Oberm=C3=BCller?= Date: Tue, 9 Jul 2024 12:05:13 +0200 Subject: [PATCH] fix(vscode): remove celery beat from compound launcher (#23547) --- .vscode/launch.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5a22f6618b5b7..09a6a005a3db4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -165,14 +165,7 @@ "compounds": [ { "name": "PostHog", - "configurations": [ - "Backend", - "Celery Threaded Pool", - "Celery Redbeat Scheduler", - "Frontend", - "Plugin Server", - "Temporal Worker" - ], + "configurations": ["Backend", "Celery Threaded Pool", "Frontend", "Plugin Server", "Temporal Worker"], "stopAll": true, "presentation": { "order": 1, @@ -184,7 +177,6 @@ "configurations": [ "Backend (with local billing)", "Celery Threaded Pool", - "Celery Redbeat Scheduler", "Frontend", "Plugin Server", "Temporal Worker"