Merge pull request #2377 from internetee/fixed-looping-validation

fixed looping validation email
This commit is contained in:
Timo Võhmar 2022-05-25 12:20:21 +03:00 committed by GitHub
commit 4a973b8624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 18 deletions

View file

@ -4,7 +4,7 @@ require 'syslog/logger'
require 'active_record'
namespace :verify_email do
# bundle exec rake verify_email:check_all -- --domain_name=shop.test --check_level=mx --spam_protect=true
# bundle exec rake verify_email:check_all -- --check_level=mx --spam_protect=true
# bundle exec rake verify_email:check_all -- -dshop.test -cmx -strue
desc 'Starts verifying email jobs with optional check level and spam protection'
task check_all: :environment do