Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQS Job Id should be druid-version pair #1371

Open
peetucket opened this issue Sep 27, 2024 · 0 comments · May be fixed by #1373
Open

SQS Job Id should be druid-version pair #1371

peetucket opened this issue Sep 27, 2024 · 0 comments · May be fixed by #1373
Assignees

Comments

@peetucket
Copy link
Member

peetucket commented Sep 27, 2024

  1. When sending files to S3 in the fetch-files step for speech to text, use #{druid}-v#{version} instead of just druid for the "folder" location of each file (i.e. pre-pending the filename)
  2. When sending SQS message, use the same #{druid}-v#{version} as the job id instead of a unique UUID (as is current)
  3. Do not send the list of files in a "media" block of the SQS message (unnecessary, the job can just look at what's in S3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant