From b5e62df2241ace9c8667b9da9948608587b6ba9a Mon Sep 17 00:00:00 2001 From: Vignesh Aigal Date: Sun, 10 Nov 2024 13:06:22 -0800 Subject: [PATCH] Add queue_name to PromptlySheetAppExecuteJob --- llmstack/sheets/apis.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llmstack/sheets/apis.py b/llmstack/sheets/apis.py index a276fb4a9cb..7f21659d1da 100644 --- a/llmstack/sheets/apis.py +++ b/llmstack/sheets/apis.py @@ -112,6 +112,10 @@ def _get_sheet_csv(columns, cells, total_rows): class PromptlySheetAppExecuteJob(ProcessingJob): + @property + def queue_name(self): + return "sheets" + @classmethod def get_connection(self): if self._use_redis: