Skip to content

Conversation

fkgruber
Copy link

@fkgruber fkgruber commented Sep 6, 2025

Description

This PR fixes the problem described in #12558. Essentially you can't update more than 1 attachment at a time because you get a 500 error. The issue appears to be fixed if you upload attachments one at a time on a for loop with a delay im between.

Checklist

I have (if applicable):

  • [ X] filed a contributor agreement.
  • [ X] referenced the GitHub issue this PR closes
  • updated the appropriate changelog in the PR
  • ensured the present test suite passes
  • added new tests
  • created a separate documentation PR in Quarto's website repo and linked it to this PR

Essentially, it uploads attachments one at a time instead of in
parallel. Currently using a 0.8 second delay.
@posit-snyk-bot
Copy link
Collaborator

posit-snyk-bot commented Sep 6, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

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 this pull request may close these issues.

2 participants