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: