bullet-train-pro / bullet_train-action_models

Other
5 stars 1 forks source link

Actions::PerformsImport - override callback #34

Closed phillipn closed 1 year ago

phillipn commented 1 year ago

When we include the concerns in the ordering below, we need to make sure that the TargetOne (which is included within PerformsImport) after create commit callback is overridden, so that we do not start the CSV job after creating an import object:

  include Actions::PerformsImport
  include Actions::ProcessesAsync
andrewculver commented 1 year ago

@petekeen-cf Wanted to put this on your radar so you can retest your importer if needed.