Skip to content

Commit b5e62df

Browse files
committed
Add queue_name to PromptlySheetAppExecuteJob
1 parent cc880f6 commit b5e62df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llmstack/sheets/apis.py

+4
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ def _get_sheet_csv(columns, cells, total_rows):
112112

113113

114114
class PromptlySheetAppExecuteJob(ProcessingJob):
115+
@property
116+
def queue_name(self):
117+
return "sheets"
118+
115119
@classmethod
116120
def get_connection(self):
117121
if self._use_redis:

0 commit comments

Comments
 (0)