GeoNode / geonode-importer

MIT License
3 stars 15 forks source link

Fix error in rollback action #206

Closed mattiagiupponi closed 1 year ago

mattiagiupponi commented 1 year ago

Sometimes it happen that the importer raise the following error and cover the real one:

importer.api.exception.StartImportException: tuple.index(x): x not in tuple. Request: <request_id>

This is done because the importer.rollback_function is not found in the IMPORT action and it mainly happen if celery retry to ack the massage during debug purposes