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
Sometimes it happen that the importer raise the following error and cover the real one:
This is done because the
importer.rollback_function
is not found in theIMPORT
action and it mainly happen if celery retry to ack the massage during debug purposes