From a0c28bb50d290fe59ce781942f44ff5738758087 Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Thu, 13 Jun 2024 02:40:42 +0300 Subject: launch.json, requirements.txt --- .vscode/launch.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 4e95206..93a8c43 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,6 +27,18 @@ "1" ], "console": "integratedTerminal" + }, + { + "name": "celery", + "type": "debugpy", + "request": "launch", + "module": "celery", + "args": [ + "-A", "app.tasks", + "worker", + "--loglevel=info" + ], + "console": "integratedTerminal" } ] } -- cgit v1.2.3