Skip to content

Commit

Permalink
Merge pull request #1299 from dandi/increase-timeout-for-write-manife…
Browse files Browse the repository at this point in the history
…st-files
  • Loading branch information
danlamanna authored Oct 3, 2022
2 parents ca1a399 + 7fc74d1 commit 57d373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/api/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def dispatch_validation():
transaction.on_commit(dispatch_validation)


@shared_task(soft_time_limit=40)
@shared_task(soft_time_limit=60)
@atomic
def write_manifest_files(version_id: int) -> None:
version: Version = Version.objects.get(id=version_id)
Expand Down

0 comments on commit 57d373f

Please sign in to comment.