Skip to content

Commit

Permalink
Add queue_name to PromptlySheetAppExecuteJob
Browse files Browse the repository at this point in the history
  • Loading branch information
vegito22 committed Nov 10, 2024
1 parent cc880f6 commit b5e62df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llmstack/sheets/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5e62df

Please sign in to comment.