openedx / openedx-learning

GNU Affero General Public License v3.0
5 stars 8 forks source link

[FC-0049] fix: Issues when importing a large taxonomy #189

Closed ChrisChV closed 4 months ago

ChrisChV commented 5 months ago

Description

Supporting information

It has been tested with taxonomies that take too long or could not finish due to a memory backup. These are their average times after fixing the issue:

Testing instructions

from openedx_tagging.core.tagging.models.import_export import TagImportTask
task = list(TagImportTask.objects.all())[-1]
task.log
openedx-webhooks commented 5 months ago

Thanks for the pull request, @ChrisChV! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

openedx-webhooks commented 4 months ago

@ChrisChV 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.