what is the output of this following command on Rails console ? probably 1 ?
ImportJob.where(name: 'Import::Ldap', finished_at: nil).update_all(finished_at: Time.zone.now)
what is the output of this following command on Rails console ? probably 1 ?
ImportJob.where(name: 'Import::Ldap', finished_at: nil).update_all(finished_at: Time.zone.now)