class RailsBand::ActiveRecord::Event::Sql

def async

def async
  return @async if defined? @async
  @async = @event.payload[:async]
end