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

Add concurrency=1 worker dyno for processing S3 logs #1614

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

danlamanna
Copy link
Contributor

Sibling PR to dandi/dandi-infrastructure#152.

Ultimately there is too much contention between updating blob counts to do it in parallel. This is because closeby log files often contain similar blobs and so multiple jobs are fighting over which gets to lock those blob records first.

@danlamanna danlamanna merged commit a551030 into master Jun 5, 2023
@danlamanna danlamanna deleted the add-analytics-worker branch June 5, 2023 21:08
@dandibot
Copy link
Member

dandibot commented Jun 6, 2023

🚀 PR was released in v0.3.39 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants