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

Increase asset validation celery task timeout #1372

Closed
wants to merge 1 commit into from

Conversation

mvandenburgh
Copy link
Member

@mvandenburgh mvandenburgh commented Nov 21, 2022

Now that we're also saving every associated version, this might take longer than 10 seconds.

The main contributor to the potentially long validation time is the fact that we loop over every Asset in a Version when it's being saved https://github.com/dandi/dandi-archive/blob/master/dandiapi/api/models/version.py#L237-L242.

Now that we're also saving every associated version, this might take longer than 10 seconds
@mvandenburgh mvandenburgh added the bug Something isn't working label Nov 21, 2022
@mvandenburgh
Copy link
Member Author

Superseded by #1373

@mvandenburgh mvandenburgh deleted the bump-asset-validation-time-limit branch November 21, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant