You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
What should be the importer behavior when an exception occurs inside an on :row_success block?
The row was supposedly processed successfully, so exceptions on this event are not captured and sent to the on :row_error handler. Actually, if an exception occurs on the success handler, the importer process ends abnormally, and it shouldn't.
The same problem applies to most if not all of the other callback events, including on :row_processed and on :row_error. How should active_importer handle exceptions occurring inside these event callbacks?
The text was updated successfully, but these errors were encountered:
What should be the importer behavior when an exception occurs inside an
on :row_success
block?The row was supposedly processed successfully, so exceptions on this event are not captured and sent to the
on :row_error
handler. Actually, if an exception occurs on the success handler, the importer process ends abnormally, and it shouldn't.The same problem applies to most if not all of the other callback events, including
on :row_processed
andon :row_error
. How shouldactive_importer
handle exceptions occurring inside these event callbacks?The text was updated successfully, but these errors were encountered: